Class TransferEntitlementsResponse (1.0.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 will be put into the response field of google.longrunning.Operation.

Inheritance

Object > TransferEntitlementsResponse

Implements

Google.Protobuf.IMessage<TransferEntitlementsResponse>, IEquatable<TransferEntitlementsResponse>, Google.Protobuf.IDeepCloneable<TransferEntitlementsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessage

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 entitlements that have been transferred.

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