View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListTransferableSkusRequest (google_api_cloud_channel v0.5.0)

Request message for CloudChannelService.ListTransferableSkus

Attributes

  • authToken (type: String.t, default: nil) - Optional. The super admin of the resold customer generates this token to authorize a reseller to access their Cloud Identity and purchase entitlements on their behalf. You can omit this token after authorization. See https://support.google.com/a/answer/7643790 for more details.
  • cloudIdentityId (type: String.t, default: nil) - Customer's Cloud Identity ID
  • customerName (type: String.t, default: nil) - A reseller is required to create a customer and use the resource name of the created customer here. Customer_name uses the format: accounts/{account_id}/customers/{customer_id}
  • languageCode (type: String.t, default: nil) - The BCP-47 language code. For example, "en-US". The response will localize in the corresponding language code, if specified. The default value is "en-US". Optional.
  • pageSize (type: integer(), default: nil) - The requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 SKUs. The maximum value is 1000; the server will coerce values above 1000. Optional.
  • pageToken (type: String.t, default: nil) - A token for a page of results other than the first page. Obtained using ListTransferableSkusResponse.next_page_token of the previous CloudChannelService.ListTransferableSkus call. Optional.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListTransferableSkusRequest{
    authToken: String.t() | nil,
    cloudIdentityId: String.t() | nil,
    customerName: String.t() | nil,
    languageCode: String.t() | nil,
    pageSize: integer() | nil,
    pageToken: String.t() | nil
  }

Functions

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

Unwrap a decoded JSON object into its complex fields.