public sealed class GetEntitlementRequest : IMessage<GetEntitlementRequest>, IEquatable<GetEntitlementRequest>, IDeepCloneable<GetEntitlementRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.GetEntitlement][google.cloud.channel.v1.CloudChannelService.GetEntitlement].
Required. The resource name of the entitlement to retrieve.
Name uses the format:
accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}
[[["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 of the `GetEntitlementRequest` is 2.14.0, while version 1.5.0 is also documented here."],["This page provides documentation for the `GetEntitlementRequest` class within the `Google.Cloud.Channel.V1` namespace, which is part of the `Google.Cloud.Channel.V1.dll` assembly."],["The `GetEntitlementRequest` class is a request message used for retrieving an entitlement via `CloudChannelService.GetEntitlement`."],["`GetEntitlementRequest` implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and is inherited from `Object`."],["The class includes constructors and properties like `EntitlementName` and `Name`, with the `Name` property being a required field representing the resource name of the entitlement to retrieve, in a specific format."]]],[]]