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

Attributes

  • address (type: String.t, default: nil) -
  • city (type: String.t, default: nil) -
  • country (type: String.t, default: nil) -
  • email (type: String.t, default: nil) -
  • phone (type: String.t, default: nil) -
  • postalCode (type: String.t, default: nil) -
  • state (type: String.t, default: nil) -
  • webUrl (type: String.t, default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.ImageExifIPTCMetadataContactInfo{
  address: String.t() | nil,
  city: String.t() | nil,
  country: String.t() | nil,
  email: String.t() | nil,
  phone: String.t() | nil,
  postalCode: String.t() | nil,
  state: String.t() | nil,
  webUrl: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.