View Source GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ListControlsResponse (google_api_retail v0.10.0)

Response for ListControls method.

Attributes

  • controls (type: list(GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Control.t), default: nil) - All the Controls for a given catalog.
  • nextPageToken (type: String.t, default: nil) - Pagination token, if not returned indicates the last page.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Retail.V2.Model.GoogleCloudRetailV2ListControlsResponse{
  controls: [GoogleApi.Retail.V2.Model.GoogleCloudRetailV2Control.t()] | nil,
  nextPageToken: String.t() | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.