Class: Google::Cloud::Channel::V1::PurchasableOffer
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::PurchasableOffer
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
Offer that you can purchase for a customer. This is used in the ListPurchasableOffer API response.
Instance Attribute Summary collapse
Instance Attribute Details
#offer ⇒ ::Google::Cloud::Channel::V1::Offer
Returns Offer.
1468 1469 1470 1471 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1468 class PurchasableOffer include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |