Cloud Channel v1 API - Class LookupOfferRequest (2.11.0)

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.

Request message for LookupOffer.

Inheritance

object > LookupOfferRequest

Namespace

Google.Cloud.Channel.V1

Assembly

Google.Cloud.Channel.V1.dll

Constructors

LookupOfferRequest()

public LookupOfferRequest()

LookupOfferRequest(LookupOfferRequest)

public LookupOfferRequest(LookupOfferRequest other)
Parameter
NameDescription
otherLookupOfferRequest

Properties

Entitlement

public string Entitlement { get; set; }

Required. The resource name of the entitlement to retrieve the Offer. Entitlement uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}

Property Value
TypeDescription
string

EntitlementAsEntitlementName

public EntitlementName EntitlementAsEntitlementName { get; set; }

EntitlementName-typed view over the Entitlement resource name property.

Property Value
TypeDescription
EntitlementName