Class GoogleCloudChannelV1ListTransferableOffersRequest
Request message for CloudChannelService.ListTransferableOffers
Implements
Inherited Members
Namespace: Google.Apis.Cloudchannel.v1.Data
Assembly: Google.Apis.Cloudchannel.v1.dll
Syntax
public class GoogleCloudChannelV1ListTransferableOffersRequest : IDirectResponseSchema
Properties
BillingAccount
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.
Declaration
[JsonProperty("billingAccount")]
public virtual string BillingAccount { get; set; }
Property Value
Type | Description |
---|---|
string |
CloudIdentityId
Customer's Cloud Identity ID
Declaration
[JsonProperty("cloudIdentityId")]
public virtual string CloudIdentityId { get; set; }
Property Value
Type | Description |
---|---|
string |
CustomerName
A reseller should create a customer and use the resource name of that customer here.
Declaration
[JsonProperty("customerName")]
public virtual string CustomerName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
LanguageCode
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".
Declaration
[JsonProperty("languageCode")]
public virtual string LanguageCode { get; set; }
Property Value
Type | Description |
---|---|
string |
PageSize
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.
Declaration
[JsonProperty("pageSize")]
public virtual int? PageSize { get; set; }
Property Value
Type | Description |
---|---|
int? |
PageToken
A token for a page of results other than the first page. Obtained using ListTransferableOffersResponse.next_page_token of the previous CloudChannelService.ListTransferableOffers call.
Declaration
[JsonProperty("pageToken")]
public virtual string PageToken { get; set; }
Property Value
Type | Description |
---|---|
string |
Sku
Required. The SKU to look up Offers for.
Declaration
[JsonProperty("sku")]
public virtual string Sku { get; set; }
Property Value
Type | Description |
---|---|
string |