public sealed class TransferEntitlementsResponse : IMessage<TransferEntitlementsResponse>, IEquatable<TransferEntitlementsResponse>, IDeepCloneable<TransferEntitlementsResponse>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class TransferEntitlementsResponse.
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 provides reference documentation for the `TransferEntitlementsResponse` class within the Google Cloud Channel v1 API, specifically for .NET developers."],["The `TransferEntitlementsResponse` class is used as a response message for the `CloudChannelService.TransferEntitlements` operation, within the Google Cloud Channel service, and is included in the response field of `google.longrunning.Operation`."],["The page documents various versions of the API class, ranging from version 1.0.0 to the latest version 2.14.0, making it easy to browse each previous version."],["The `TransferEntitlementsResponse` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, each contributing to its functionality."],["This class has a `RepeatedField` property named `Entitlements`, which holds a collection of `Entitlement` objects, representing the entitlements that have been transferred."]]],[]]