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 `LookupOfferRequest` class is part of the Google Cloud Channel v1 API, specifically within the .NET library."],["This class is a request message used for the `LookupOffer` function, and it's implemented using multiple interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version for this API is 2.14.0, with numerous prior versions listed down to 1.0.0, all with the same class name."],["It has two constructors, one default and one that takes another `LookupOfferRequest` object."],["It contains two properties, `Entitlement` as a string to locate the requested offer, and `EntitlementAsEntitlementName`, which is the same value as `Entitlement` but in the proper `EntitlementName` type."]]],[]]