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, offering reference materials and code samples."],["The `LookupOfferRequest` class is used as a request message for the LookupOffer function, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The latest version documented is 2.14.0, but multiple past versions from 1.0.0 to 2.13.0 are also available, including 2.4.0 which is the context for the class' documentation."],["The class has two constructors, a default one, and another that copies the values from an existing `LookupOfferRequest` instance, detailed with the parameter name and description in a table."],["The `LookupOfferRequest` class contains two properties, `Entitlement`, a string that is the resource name of the entitlement to retrieve the offer, and `EntitlementAsEntitlementName`, which is a `EntitlementName`-typed view of the `Entitlement`."]]],[]]