public sealed class ListTransferableOffersRequest : IPageRequest, IMessage<ListTransferableOffersRequest>, IEquatable<ListTransferableOffersRequest>, IDeepCloneable<ListTransferableOffersRequest>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class ListTransferableOffersRequest.
Request message for [CloudChannelService.ListTransferableOffers][google.cloud.channel.v1.CloudChannelService.ListTransferableOffers]
Implements
IPageRequest, IMessageListTransferableOffersRequest, IEquatableListTransferableOffersRequest, IDeepCloneableListTransferableOffersRequest, IBufferMessage, IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
ListTransferableOffersRequest()
public ListTransferableOffersRequest()ListTransferableOffersRequest(ListTransferableOffersRequest)
public ListTransferableOffersRequest(ListTransferableOffersRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
ListTransferableOffersRequest |
Properties
BillingAccount
public string BillingAccount { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
string |
|
CloudIdentityId
public string CloudIdentityId { get; set; }Customer's Cloud Identity ID
| Property Value | |
|---|---|
| Type | Description |
string |
|
CustomerName
public string CustomerName { get; set; }A reseller should create a customer and use the resource name of that customer here.
| Property Value | |
|---|---|
| Type | Description |
string |
|
HasCloudIdentityId
public bool HasCloudIdentityId { get; }Gets whether the "cloud_identity_id" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
HasCustomerName
public bool HasCustomerName { get; }Gets whether the "customer_name" field is set
| Property Value | |
|---|---|
| Type | Description |
bool |
|
LanguageCode
public string LanguageCode { get; set; }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".
| Property Value | |
|---|---|
| Type | Description |
string |
|
PageSize
public int PageSize { get; set; }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.
| Property Value | |
|---|---|
| Type | Description |
int |
|
PageToken
public string PageToken { get; set; }A token for a page of results other than the first page. Obtained using [ListTransferableOffersResponse.next_page_token][google.cloud.channel.v1.ListTransferableOffersResponse.next_page_token] of the previous [CloudChannelService.ListTransferableOffers][google.cloud.channel.v1.CloudChannelService.ListTransferableOffers] call.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Parent
public string Parent { get; set; }Required. The resource name of the reseller's account.
| Property Value | |
|---|---|
| Type | Description |
string |
|
Sku
public string Sku { get; set; }Required. The SKU to look up Offers for.
| Property Value | |
|---|---|
| Type | Description |
string |
|
TransferredCustomerIdentityCase
public ListTransferableOffersRequest.TransferredCustomerIdentityOneofCase TransferredCustomerIdentityCase { get; }| Property Value | |
|---|---|
| Type | Description |
ListTransferableOffersRequestTransferredCustomerIdentityOneofCase |
|