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."],[[["The `TransferEntitlementsResponse` class is used as a response message for the `CloudChannelService.TransferEntitlements` operation within the Google Cloud Channel V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is part of the `Google.Cloud.Channel.V1` namespace."],["The latest version of the API documentation is version 2.14.0, while the content provided is from version 1.3.0, with numerous earlier versions also documented."],["It contains a property called `Entitlements` which is a `RepeatedField` used for the returned list of transferred entitlements."],["The `TransferEntitlementsResponse` class can be instantiated through two constructors, one default and another allowing it to be initialized from another `TransferEntitlementsResponse`."]]],[]]