StorageGraphBfgPublicInformationMetadata

AI Overview😉

  • The potential purpose of this module is to verify the credibility of a piece of information by tracking the original source of the fact and when it was last verified. This is done by storing publicly-visible URLs that attribute to the fact and the date it was last checked.
  • This module could impact search results by promoting content that has credible sources and is regularly updated, while demoting content that lacks credible sources or is outdated. This could lead to more trustworthy and accurate information being displayed to users.
  • To be more favorable to this function, a website could ensure that it provides clear attribution to the original sources of the information it presents, and regularly updates its content to reflect the latest verifiable information. This could involve including links to credible sources, dating content, and having a clear process for verifying and updating information.

Interesting Module? Vote 👇

Voting helps other researchers find interesting modules.

Current Votes: 0

GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgPublicInformationMetadata (google_api_content_warehouse v0.4.0)

Attributes

  • attributionUrl (type: list(String.t), default: nil) - Publicly-visible URLs claiming this fact. Can not be empty -- at least one URL must be provided.
  • lastVerifiedDate (type: String.t, default: nil) - Most recent date at which 'attribution_url's were verified, as UNIX epoch time in milliseconds. This is required.

Summary

Types

t()

Functions

decode(value, options)

Unwrap a decoded JSON object into its complex fields.

Types

Link to this type

t()

@type t() ::
  %GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgPublicInformationMetadata{
    attributionUrl: [String.t()] | nil,
    lastVerifiedDate: String.t() | nil
  }

Functions

Link to this function

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.