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

This is a minimal version of SourceInfoProto.

Attributes

  • dataset (type: String.t, default: nil) - The dataset from which this the referenced data was created. The content of this string will be determined by the data provider, and may encode extra information, such as data confidence.
  • provider (type: String.t, default: nil) - The data provider from which the referenced data was generated.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreProvenanceProto{
  dataset: String.t() | nil,
  provider: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.