Class: Google::Cloud::Channel::V1::PurchasableSku
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::PurchasableSku
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/channel/v1/service.rb
Overview
SKU that you can purchase. This is used in ListPurchasableSku API response.
Instance Attribute Summary collapse
Instance Attribute Details
#sku ⇒ ::Google::Cloud::Channel::V1::Sku
Returns SKU.
1379 1380 1381 1382 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1379 class PurchasableSku include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |