Class: Google::Cloud::Channel::V1::SkuPurchaseGroup
- Inherits:
-
Object
- Object
- Google::Cloud::Channel::V1::SkuPurchaseGroup
- 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
-
#billing_account_purchase_infos ⇒ ::Array<::Google::Cloud::Channel::V1::BillingAccountPurchaseInfo>
List of billing accounts that are eligible to purhcase these SKUs.
-
#skus ⇒ ::Array<::String>
Resource names of the SKUs included in this group.
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.
1508 1509 1510 1511 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1508 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}.
1508 1509 1510 1511 |
# File 'proto_docs/google/cloud/channel/v1/service.rb', line 1508 class SkuPurchaseGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |