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."],["`TransferEntitlementsResponse` is a response message used by the `CloudChannelService.TransferEntitlements` method, and it can be found in the response field of `google.longrunning.Operation`."],["The class is located within the `Google.Cloud.Channel.V1` namespace and is implemented across various .NET versions, from 1.0.0 to the latest 2.14.0."],["The `TransferEntitlementsResponse` class has a property, `Entitlements`, which is a repeated field of type `Entitlement` that lists the transferred entitlements."],["The webpage references various versions of the API and their corresponding locations, allowing users to navigate to specific builds."]]],[]]