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

Attributes

  • name (type: String.t, default: nil) - Required. Full name of the pickup person.
  • phoneNumber (type: String.t, default: nil) - Required. The phone number of the person picking up the items.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.TestOrderPickupDetailsPickupPerson{
  name: String.t() | nil,
  phoneNumber: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.