Class: Google::Cloud::Channel::V1::LookupOfferRequest
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::LookupOfferRequest
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Request message for LookupOffer.
Instance Attribute Summary collapse
-
#entitlement ⇒ ::String
Required.
Instance Attribute Details
#entitlement ⇒ ::String
Returns Required. The resource name of the entitlement to retrieve the Offer. Entitlement uses the format: accounts/{account_id}/customers/{customer_id}/entitlements/{entitlement_id}.
1164 1165 1166 1167 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1164 class LookupOfferRequest include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |