Cloud Channel v1 API - Class TransferEntitlementsResponse (2.13.0)

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

Reference 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.

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
Name Description
other TransferEntitlementsResponse

Properties

Entitlements

public RepeatedField<Entitlement> Entitlements { get; }

The transferred entitlements.

Property Value
Type Description
RepeatedFieldEntitlement