Cloud Channel v1 API - Class TransferEntitlementsResponse (2.16.0)
Stay organized with collections
Save and categorize content based on your preferences.
public sealed class TransferEntitlementsResponse : IMessage<TransferEntitlementsResponse>, IEquatable<TransferEntitlementsResponse>, IDeepCloneable<TransferEntitlementsResponse>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Channel v1 API class TransferEntitlementsResponse.
Response message for [CloudChannelService.TransferEntitlements][google.cloud.channel.v1.CloudChannelService.TransferEntitlements]. This is put in the response field of google.longrunning.Operation.
Implements
IMessage TransferEntitlementsResponse, IEquatable TransferEntitlementsResponse, IDeepCloneable TransferEntitlementsResponse, IBufferMessage, 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 transferred entitlements.
| Property Value | |
|---|---|
| Type | Description |
RepeatedField Entitlement |
|