View Source GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListTransferableOffersRequest (google_api_cloud_channel v0.11.3)
Request message for CloudChannelService.ListTransferableOffers
Attributes
-
billingAccount
(type:String.t
, default:nil
) - Optional. The Billing Account to look up Offers for. Format: accounts/{account_id}/billingAccounts/{billing_account_id}. This field is only relevant for multi-currency accounts. It should be left empty for single currency accounts. -
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
) - Optional. 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudChannel.V1.Model.GoogleCloudChannelV1ListTransferableOffersRequest{ billingAccount: String.t() | nil, cloudIdentityId: String.t() | nil, customerName: String.t() | nil, languageCode: String.t() | nil, pageSize: integer() | nil, pageToken: String.t() | nil, sku: String.t() | nil }