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."],[[["This webpage provides documentation for the `LookupOfferRequest` class within the Google Cloud Channel v1 API for .NET, specifically detailing its usage, properties, and inheritance."],["The latest version of the documentation available is for version 2.14.0, and the page offers links to documentation for versions ranging from 2.14.0 down to 1.0.0 of the `LookupOfferRequest` class."],["`LookupOfferRequest` is used as a request message for the LookupOffer function and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LookupOfferRequest` class includes properties like `Entitlement` (a string representing the resource name of the entitlement) and `EntitlementAsEntitlementName` (an `EntitlementName`-typed view over the resource name)."],["The `LookupOfferRequest` class offers two constructors, one default constructor and another that allows passing another `LookupOfferRequest` object as a parameter."]]],[]]