View Source 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

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.