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 page details the `TransferEntitlementsResponse` class within the `Google.Cloud.Channel.V1` namespace, specifically version 1.6.0 of the Google Cloud Channel API for .NET."],["The `TransferEntitlementsResponse` class is used as the response message for the `CloudChannelService.TransferEntitlements` operation, which is part of a long-running process."],["This class inherits from `Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparison, deep cloning, and buffer management."],["The `TransferEntitlementsResponse` class includes a property called `Entitlements`, which is a `RepeatedField` that stores a collection of transferred `Entitlement` objects."],["There are many other versions of the `TransferEntitlementsResponse` class available, with the latest version being `2.14.0`, indicating ongoing updates and refinements to the API."]]],[]]