public sealed class LookupOfferRequest : IMessage<LookupOfferRequest>, IEquatable<LookupOfferRequest>, IDeepCloneable<LookupOfferRequest>, IBufferMessage, IMessage
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."],[[["This webpage details the `LookupOfferRequest` class within the `Google.Cloud.Channel.V1` namespace, outlining its structure, implementation, and inheritance."],["The latest version of the `LookupOfferRequest` documentation is for version 2.14.0, with documentation available for versions ranging from 1.0.0 to 2.14.0."],["`LookupOfferRequest` is used as a request message for retrieving an offer and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `LookupOfferRequest` class has two constructors, a default constructor and a constructor that accepts another `LookupOfferRequest` object as a parameter."],["The key properties for `LookupOfferRequest` are `Entitlement`, a string that provides the resource name of the entitlement, and `EntitlementAsEntitlementName`, a typed view of the `Entitlement` resource name."]]],[]]