Class TransferEntitlementsResponse (1.3.0)

public sealed class TransferEntitlementsResponse : IMessage<TransferEntitlementsResponse>, IEquatable<TransferEntitlementsResponse>, IDeepCloneable<TransferEntitlementsResponse>, IBufferMessage, IMessage

Response message for [CloudChannelService.TransferEntitlements][google.cloud.channel.v1.CloudChannelService.TransferEntitlements]. This is put in the response field of google.longrunning.Operation.

Inheritance

Object > TransferEntitlementsResponse

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

TransferEntitlementsResponse()

public TransferEntitlementsResponse()

TransferEntitlementsResponse(TransferEntitlementsResponse)

public TransferEntitlementsResponse(TransferEntitlementsResponse other)
Parameter
NameDescription
otherTransferEntitlementsResponse

Properties

Entitlements

public RepeatedField<Entitlement> Entitlements { get; }

The transferred entitlements.

Property Value
TypeDescription
RepeatedField<Entitlement>