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 used for requesting a lookup of an offer in the Cloud Channel v1 API, and it is part of the `Google.Cloud.Channel.V1` namespace."],["The latest version of the `LookupOfferRequest` is 2.14.0, with multiple older versions also available, including all the way back to version 1.0.0."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, all of which provide important functionality."],["The `LookupOfferRequest` class has an `Entitlement` property (along with `EntitlementAsEntitlementName` property) which is a required string representing the resource name of the entitlement associated with the offer being retrieved."],["The `LookupOfferRequest` class is in the `Google.Cloud.Channel.V1.dll` assembly."]]],[]]