View Source GoogleApi.Content.V21.Model.ShippingsettingsListResponse (google_api_content v0.66.0)

Attributes

  • kind (type: String.t, default: nil) - Identifies what kind of resource this is. Value: the fixed string "content#shippingsettingsListResponse".
  • nextPageToken (type: String.t, default: nil) - The token for the retrieval of the next page of shipping settings.
  • resources (type: list(GoogleApi.Content.V21.Model.ShippingSettings.t), default: nil) -

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Content.V21.Model.ShippingsettingsListResponse{
  kind: String.t() | nil,
  nextPageToken: String.t() | nil,
  resources: [GoogleApi.Content.V21.Model.ShippingSettings.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.