View Source GoogleApi.ContentWarehouse.V1.Model.FreebaseCitation (google_api_content_warehouse v0.4.0)

Citation contains the information needed to correctly attribute the source of data.

Attributes

  • dataset (type: String.t, default: nil) - Mid of the dataset.
  • isAttributionRequired (type: boolean(), default: nil) - If set to true, the citation is required to be displayed when the data is used.
  • project (type: String.t, default: nil) - Name of the project of the data's origin.
  • provider (type: String.t, default: nil) - The name of the provider of this information.
  • statement (type: String.t, default: nil) - A human readable statement of attribution.
  • uri (type: String.t, default: nil) - Uri link associated with this data.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.FreebaseCitation{
  dataset: String.t() | nil,
  isAttributionRequired: boolean() | nil,
  project: String.t() | nil,
  provider: String.t() | nil,
  statement: String.t() | nil,
  uri: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.