Class ListTransferableSkusResponse (1.0.0)

public sealed class ListTransferableSkusResponse : IPageResponse<TransferableSku>, IEnumerable<TransferableSku>, IEnumerable, IMessage<ListTransferableSkusResponse>, IEquatable<ListTransferableSkusResponse>, IDeepCloneable<ListTransferableSkusResponse>, IBufferMessage, IMessage

Response message for [CloudChannelService.ListTransferableSkus][google.cloud.channel.v1.CloudChannelService.ListTransferableSkus].

Inheritance

Object > ListTransferableSkusResponse

Implements

IPageResponse<TransferableSku>, IEnumerable<TransferableSku>, IEnumerable, Google.Protobuf.IMessage<ListTransferableSkusResponse>, IEquatable<ListTransferableSkusResponse>, Google.Protobuf.IDeepCloneable<ListTransferableSkusResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

ListTransferableSkusResponse()

public ListTransferableSkusResponse()

ListTransferableSkusResponse(ListTransferableSkusResponse)

public ListTransferableSkusResponse(ListTransferableSkusResponse other)
Parameter
NameDescription
otherListTransferableSkusResponse

Properties

NextPageToken

public string NextPageToken { get; set; }

A token to retrieve the next page of results. Pass to [ListTransferableSkusRequest.page_token][google.cloud.channel.v1.ListTransferableSkusRequest.page_token] to obtain that page.

Property Value
TypeDescription
String

TransferableSkus

public RepeatedField<TransferableSku> TransferableSkus { get; }

Information about existing SKUs for a customer that would need to be transferred.

Property Value
TypeDescription
Google.Protobuf.Collections.RepeatedField<TransferableSku>

Methods

GetEnumerator()

public IEnumerator<TransferableSku> GetEnumerator()

Returns an enumerator that iterates through the resources in this response.

Returns
TypeDescription
IEnumerator<TransferableSku>

Explicit Interface Implementations

IEnumerable.GetEnumerator()

IEnumerator IEnumerable.GetEnumerator()
Returns
TypeDescription
IEnumerator