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-17 UTC."],[[["This webpage provides reference documentation for the `LookupOfferRequest` class within the Google Cloud Channel v1 API, specifically for .NET development."],["The `LookupOfferRequest` class is used to define the structure of request messages for looking up offers, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the `LookupOfferRequest` documentation is 2.14.0, and the page lists various previous versions, ranging from 1.0.0 to 2.13.0."],["Key properties of the `LookupOfferRequest` class include `Entitlement`, which is a required string representing the resource name of the entitlement, and `EntitlementAsEntitlementName`, which is a typed view of the `Entitlement` resource name."],["The `LookupOfferRequest` class includes constructors to make new instances of the class, and a constructor that creates a new instance with values from another instance of the class."]]],[]]