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."],[[["This webpage provides reference documentation for the `LookupOfferRequest` class within the Google Cloud Channel v1 API for .NET, detailing its usage and properties."],["The latest version available is 2.14.0, and the page lists all versions from 1.0.0 up to the latest, each linked to their respective documentation pages."],["`LookupOfferRequest` is a message class used to request a specific offer, with methods such as a constructor and inheritance from other classes, as well as implementing multiple interfaces."],["The `LookupOfferRequest` class includes properties like `Entitlement` (a required string) and `EntitlementAsEntitlementName` (an `EntitlementName` type) which are used to identify the entitlement associated with the offer."],["The documentation provides information regarding the constructors, properties, inherited members, namespace, and assembly associated with the `LookupOfferRequest` class, alongside links for the relevant Microsoft .NET documentation and Google Protobuf documentation."]]],[]]