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-04-09 UTC."],[[["This webpage provides documentation for the `GetEntitlementRequest` class within the `Google.Cloud.Channel.V1` namespace, detailing its structure and functionality."],["The latest version of the documentation available is 2.14.0, with a history of versions dating back to 1.0.0."],["`GetEntitlementRequest` is used as a request message for retrieving entitlement information via the `CloudChannelService.GetEntitlement` method."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `GetEntitlementRequest` include `EntitlementName`, a typed view for the resource name, and `Name`, a string representing the resource name in a specific format."]]],[]]