StorageGraphBfgPublicInformationMetadata

GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgPublicInformationMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. attributionUrl (type: list(String.t), default: nil)
    - Publicly-visible URLs claiming this fact. Can not be empty -- at least one URL must be provided.
  2. 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.

Type

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

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.StorageGraphBfgPublicInformationMetadata