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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version available for the `TransferEntitlementsResponse` class is 2.14.0, with multiple previous versions ranging from 2.13.0 down to 1.0.0 accessible for reference."],["The `TransferEntitlementsResponse` class is part of the Google Cloud Channel v1 API and is used as a response message for transferring entitlements, found within the `Google.Cloud.Channel.V1` namespace."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The `TransferEntitlementsResponse` class includes a property called `Entitlements`, which is a `RepeatedField` that contains the transferred entitlements."],["There are two constructors for this class: a default constructor and a copy constructor, that allow for creating `TransferEntitlementsResponse` objects, either new or based on existing instances."]]],[]]