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 2.0.0 is also available along with multiple previous versions."],["`GetEntitlementRequest` is a class that inherits from `Object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, designed to be a request message for `CloudChannelService.GetEntitlement`."],["This class has two constructors: a default constructor and a constructor that accepts another `GetEntitlementRequest` object."],["The `GetEntitlementRequest` class has two properties: `EntitlementName`, which is an `EntitlementName`-typed view, and `Name`, which is a string representing the resource name of the entitlement to be retrieved."],["The `Name` property within `GetEntitlementRequest` is required and uses the format `accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}`."]]],[]]