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-04-09 UTC."],[[["The `LookupOfferRequest` class is part of the Google Cloud Channel v1 API, specifically within the `Google.Cloud.Channel.V1` namespace."],["This class is used as a request message for the `LookupOffer` function, which is documented and available across multiple versions, from 1.0.0 up to the latest 2.14.0."],["The `LookupOfferRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `LookupOfferRequest` as a parameter for duplication, and the `Entitlement` property can be set as a string or as a typed `EntitlementName`."],["The `Entitlement` property, which is a required field, specifies the resource name of the entitlement to retrieve the offer, following a specific format with account, customer, and entitlement IDs."]]],[]]