public sealed class TransferEntitlementsResponse : IMessage<TransferEntitlementsResponse>, IEquatable<TransferEntitlementsResponse>, IDeepCloneable<TransferEntitlementsResponse>, IBufferMessage, IMessage
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."],[[["This webpage details the `TransferEntitlementsResponse` class within the `Google.Cloud.Channel.V1` namespace, specifically version 2.0.0."],["The `TransferEntitlementsResponse` class is the response message for the `CloudChannelService.TransferEntitlements` operation and is part of a long-running operation."],["The page also provides a listing of different versions of the `TransferEntitlementsResponse`, from the latest version 2.14.0 all the way back to version 1.0.0, accessible via links."],["The `TransferEntitlementsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and includes properties such as `Entitlements` which is a `RepeatedField` of `Entitlement`."],["The class includes a default and parameterized constructor, the latter taking a `TransferEntitlementsResponse` object as an argument."]]],[]]