public sealed class GetEntitlementRequest : IMessage<GetEntitlementRequest>, IEquatable<GetEntitlementRequest>, IDeepCloneable<GetEntitlementRequest>, IBufferMessage, IMessage
Request message for [CloudChannelService.GetEntitlement][google.cloud.channel.v1.CloudChannelService.GetEntitlement].
[[["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 details the `GetEntitlementRequest` class within the `Google.Cloud.Channel.V1` namespace, used for requesting entitlement information from the Cloud Channel Service."],["The latest version of the `GetEntitlementRequest` class is 2.14.0, with previous versions ranging from 1.0.0 to 2.13.0 also documented and accessible."],["The `GetEntitlementRequest` class inherits from `Object` and implements interfaces like `IMessage`, `IEquatable`, and `IDeepCloneable` for protobuf message handling and deep cloning."],["Key properties of the `GetEntitlementRequest` class include `EntitlementName` (typed view) and `Name` (string), which specify the resource name of the entitlement being requested."],["The class has two constructors: a default constructor `GetEntitlementRequest()` and an overloaded one that accepts another `GetEntitlementRequest` object as a parameter for cloning `GetEntitlementRequest(GetEntitlementRequest other)`."]]],[]]