View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListSkuGroupsResponse (google_api_cloud_channel v0.11.1)

Response message for ListSkuGroups.

Attributes

  • nextPageToken (type: String.t, default: nil) - A token to retrieve the next page of results. Pass to ListSkuGroupsRequest.page_token to obtain that page.
  • skuGroups (type: list(GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1SkuGroup.t), default: nil) - The list of SKU groups requested.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListSkuGroupsResponse{
    nextPageToken: String.t() | nil,
    skuGroups:
      [GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1SkuGroup.t()] | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.