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

Location of the camera @deprecated: Use location_created instead.

Attributes

  • city (type: String.t, default: nil) -
  • country (type: String.t, default: nil) -
  • countryCode (type: String.t, default: nil) -
  • state (type: String.t, default: nil) -
  • subLocation (type: String.t, default: nil) -
  • worldRegion (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageExifIPTCMetadataLocation{
  city: String.t() | nil,
  country: String.t() | nil,
  countryCode: String.t() | nil,
  state: String.t() | nil,
  subLocation: String.t() | nil,
  worldRegion: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.