FreebaseCitation

GoogleApi.ContentWarehouse.V1.Model.FreebaseCitation


Table of Contents ▼

Jump to a specific part of the page:

Description

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

Attributes List

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

View Attributes

Attributes

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

Type

@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
}

Function

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

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