Class ListTransferableOffersRequest (1.4.0)

public sealed class ListTransferableOffersRequest : IPageRequest, IMessage<ListTransferableOffersRequest>, IEquatable<ListTransferableOffersRequest>, IDeepCloneable<ListTransferableOffersRequest>, IBufferMessage, IMessage

Request message for [CloudChannelService.ListTransferableOffers][google.cloud.channel.v1.CloudChannelService.ListTransferableOffers]

Inheritance

Object > ListTransferableOffersRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListTransferableOffersRequest()

public ListTransferableOffersRequest()

ListTransferableOffersRequest(ListTransferableOffersRequest)

public ListTransferableOffersRequest(ListTransferableOffersRequest other)
Parameter
NameDescription
otherListTransferableOffersRequest

Properties

CloudIdentityId

public string CloudIdentityId { get; set; }

Customer's Cloud Identity ID

Property Value
TypeDescription
String

CustomerName

public string CustomerName { get; set; }

A reseller should create a customer and use the resource name of that customer here.

Property Value
TypeDescription
String

LanguageCode

public string LanguageCode { get; set; }

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
TypeDescription
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
TypeDescription
Int32

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
TypeDescription
String

Parent

public string Parent { get; set; }

Required. The resource name of the reseller's account.

Property Value
TypeDescription
String

Sku

public string Sku { get; set; }

Required. The SKU to look up Offers for.

Property Value
TypeDescription
String

TransferredCustomerIdentityCase

public ListTransferableOffersRequest.TransferredCustomerIdentityOneofCase TransferredCustomerIdentityCase { get; }
Property Value
TypeDescription
ListTransferableOffersRequest.TransferredCustomerIdentityOneofCase