View Source GoogleApi.ContentWarehouse.V1.Model.GeostoreGeopoliticalProto (google_api_content_warehouse v0.3.0)

Attributes

  • conveysAttributionTo (type: String.t, default: nil) - If present, some aspect of this feature (usually name or geometry) can signify ownership of the area by the region specified. The string, if present, will be a region code. E.g., suppose a TYPE_POSTAL_CODE feature has a Russian format in Crimea (which is disputed by Ukraine), then this field would be set to "RU".
  • regionSpecificName (type: list(GoogleApi.ContentWarehouse.V1.Model.GeostoreRegionSpecificNameProto.t), default: nil) - Any specific handling of this feature's name from different regions' POVs.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.GeostoreGeopoliticalProto{
  conveysAttributionTo: String.t() | nil,
  regionSpecificName:
    [GoogleApi.ContentWarehouse.V1.Model.GeostoreRegionSpecificNameProto.t()]
    | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.