ImageExifIPTCMetadataContactInfo

GoogleApi.ContentWarehouse.V1.Model.ImageExifIPTCMetadataContactInfo


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. address (type: String.t, default: nil)
    -
  2. city (type: String.t, default: nil)
    -
  3. country (type: String.t, default: nil)
    -
  4. email (type: String.t, default: nil)
    -
  5. phone (type: String.t, default: nil)
    -
  6. postalCode (type: String.t, default: nil)
    -
  7. state (type: String.t, default: nil)
    -
  8. webUrl (type: String.t, default: nil)
    -

Type

@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
}

Function

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

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.ImageExifIPTCMetadataContactInfo