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

Attributes

  • conflationMethod (type: String.t, default: nil) - Method to use when conflating together RawDataProto values at the same key NB: If you add a new ConflationMethod, then you must add the corresponding logic to MergeRawData to conflate the RawDataProto values using this method.
  • description (type: String.t, default: nil) - Self-contained documentation about what this field represents and how its values are encoded.
  • key (type: String.t, default: nil) - The key being described.
  • label (type: String.t, default: nil) - A longer, human-readable name associated with this key. The label might be used in a data explorer tool, for example.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreRawMetadataProto{
  conflationMethod: String.t() | nil,
  description: String.t() | nil,
  key: String.t() | nil,
  label: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.