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

Attributes

  • carrierName (type: String.t, default: nil) - The name of the carrier (for example, "UPS"). Always present.
  • country (type: String.t, default: nil) - The CLDR country code of the carrier (for example, "US"). Always present.
  • serviceName (type: String.t, default: nil) - The name of the pickup service (for example, "Access point"). Always present.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.PickupServicesPickupService{
  carrierName: String.t() | nil,
  country: String.t() | nil,
  serviceName: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.