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 documents the `TransferEntitlementsResponse` class within the `Google.Cloud.Channel.V1` namespace, which is part of the Google Cloud Channel API for .NET."],["The `TransferEntitlementsResponse` class serves as the response message for the `CloudChannelService.TransferEntitlements` operation, used to transfer entitlements in Google Cloud."],["The latest version of the API is 2.14.0, with numerous previous versions listed, ranging back to 1.0.0 for developer reference."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `Object` class."],["The primary property of the `TransferEntitlementsResponse` class is `Entitlements`, which is a `RepeatedField` containing a collection of transferred `Entitlement` objects."]]],[]]