public sealed class TransferEntitlementsResponse : IMessage<TransferEntitlementsResponse>, IEquatable<TransferEntitlementsResponse>, IDeepCloneable<TransferEntitlementsResponse>, IBufferMessage, IMessage
Response message for [CloudChannelService.TransferEntitlements][google.cloud.channel.v1.CloudChannelService.TransferEntitlements].
This will be put into 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 `TransferEntitlementsResponse` is 2.14.0, and there are multiple previous versions accessible, ranging from 1.0.0 to 2.13.0."],["`TransferEntitlementsResponse` is a response message used by `CloudChannelService.TransferEntitlements` within the Google Cloud Channel service, indicating it's a key component of entitlement transfers."],["The `TransferEntitlementsResponse` class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, providing a diverse set of functionalities for message management."],["The class contains a public property called `Entitlements` which is a repeated field of `Entitlement` type, providing a way to retrieve the list of transferred entitlements."],["The `TransferEntitlementsResponse` class includes two constructors, one default constructor and one constructor that takes another `TransferEntitlementsResponse` object, allowing for both default initialization and cloning."]]],[]]