Class: Google::Cloud::Channel::V1::PurchasableSku

Inherits:
Object
  • Object
show all
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.



1363
1364
1365
1366
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1363

class PurchasableSku
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end