public sealed class TransferEntitlementsResponse : IMessage<TransferEntitlementsResponse>, IEquatable<TransferEntitlementsResponse>, IDeepCloneable<TransferEntitlementsResponse>, IBufferMessage, IMessageResponse message for [CloudChannelService.TransferEntitlements][google.cloud.channel.v1.CloudChannelService.TransferEntitlements]. This will be put into the response field of google.longrunning.Operation.
Implements
Google.Protobuf.IMessage<TransferEntitlementsResponse>, IEquatable<TransferEntitlementsResponse>, Google.Protobuf.IDeepCloneable<TransferEntitlementsResponse>, Google.Protobuf.IBufferMessage, Google.Protobuf.IMessageNamespace
Google.Cloud.Channel.V1Assembly
Google.Cloud.Channel.V1.dll
Constructors
TransferEntitlementsResponse()
public TransferEntitlementsResponse()TransferEntitlementsResponse(TransferEntitlementsResponse)
public TransferEntitlementsResponse(TransferEntitlementsResponse other)| Parameter | |
|---|---|
| Name | Description |
other |
TransferEntitlementsResponse |
Properties
Entitlements
public RepeatedField<Entitlement> Entitlements { get; }The entitlements that have been transferred.
| Property Value | |
|---|---|
| Type | Description |
Google.Protobuf.Collections.RepeatedField<Entitlement> |
|