Voting helps other researchers find interesting modules.
address
String.t
nil
city
country
email
phone
postalCode
state
webUrl
Unwrap a decoded JSON object into its complex fields.
@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 }
@spec decode(struct(), keyword()) :: struct()