Class: Google::Cloud::Channel::V1::SkuPurchaseGroup

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/cloud/channel/v1/service.rb

Overview

Represents a set of SKUs that must be purchased using the same billing account.

Instance Attribute Summary collapse

Instance Attribute Details

#billing_account_purchase_infos::Array<::Google::Cloud::Channel::V1::BillingAccountPurchaseInfo>

Returns List of billing accounts that are eligible to purhcase these SKUs.

Returns:



1492
1493
1494
1495
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1492

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

#skus::Array<::String>

Returns Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.

Returns:

  • (::Array<::String>)

    Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.



1492
1493
1494
1495
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1492

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