public sealed class LookupOfferRequest : IMessage<LookupOfferRequest>, IEquatable<LookupOfferRequest>, IDeepCloneable<LookupOfferRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Channel v1 API class LookupOfferRequest.
Required. The resource name of the entitlement to retrieve the Offer.
Entitlement 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 page provides documentation for the `LookupOfferRequest` class within the Google Cloud Channel v1 API, detailing its structure and usage."],["This `LookupOfferRequest` class is used to send a request message for retrieving an offer."],["The documentation includes inheritance details, indicating that `LookupOfferRequest` inherits from the base `Object` class and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation outlines the constructors available for the class, specifically the default and a copy constructor."],["The main property documented is `Entitlement` which is a string representing the resource name of the entitlement to retrieve, and the property `EntitlementAsEntitlementName` which is the typed view for the resource name."]]],[]]