public sealed class GetEntitlementRequest : IMessage<GetEntitlementRequest>, IEquatable<GetEntitlementRequest>, IDeepCloneable<GetEntitlementRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class GetEntitlementRequest.
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."],[[["This webpage provides reference documentation for the `GetEntitlementRequest` class within the Google Cloud Channel v1 API, specifically focusing on version 2.4.0."],["The `GetEntitlementRequest` class is used to construct request messages for retrieving entitlement details through the CloudChannelService.GetEntitlement method."],["The page outlines the class's inheritance structure, showing that it inherits from `Object` and implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It details the available constructors for `GetEntitlementRequest`, including a default constructor and one that accepts another `GetEntitlementRequest` instance for cloning."],["The page documents the `EntitlementName` and `Name` properties of the `GetEntitlementRequest` class, explaining their types, and how they are used for specifying the entitlement to retrieve, using a specific resource name format."]]],[]]