View Source GoogleApi.Content.V21.Model.AccountCustomerService (google_api_content v0.67.1)

Attributes

  • email (type: String.t, default: nil) - Customer service email.
  • phoneNumber (type: String.t, default: nil) - Customer service phone number.
  • url (type: String.t, default: nil) - Customer service URL.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.AccountCustomerService{
  email: String.t() | nil,
  phoneNumber: String.t() | nil,
  url: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.