GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListTransferableOffersRequest (google_api_cloud_channel v0.2.0) View Source

Request message for CloudChannelService.ListTransferableOffers

Attributes

  • cloudIdentityId (type: String.t, default: nil) - Customer's Cloud Identity ID
  • customerName (type: String.t, default: nil) - A reseller should create a customer and use the resource name of that customer here.
  • 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".
  • pageSize (type: integer(), default: nil) - Requested page size. Server might return fewer results than requested. If unspecified, returns at most 100 offers. The maximum value is 1000; the server will coerce values above 1000.
  • pageToken (type: String.t, default: nil) - A token for a page of results other than the first page. Obtained using ListTransferableOffersResponse.next_page_token of the previous CloudChannelService.ListTransferableOffers call.
  • sku (type: String.t, default: nil) - Required. The SKU to look up Offers for.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() ::
  %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListTransferableOffersRequest{
    cloudIdentityId: String.t() | nil,
    customerName: String.t() | nil,
    languageCode: String.t() | nil,
    pageSize: integer() | nil,
    pageToken: String.t() | nil,
    sku: String.t() | nil
  }

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.