Reference documentation and code samples for the Cloud Channel V1 API class Google::Cloud::Channel::V1::SkuPurchaseGroup.
Represents a set of SKUs that must be purchased using the same billing account.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#billing_account_purchase_infos
def billing_account_purchase_infos() -> ::Array<::Google::Cloud::Channel::V1::BillingAccountPurchaseInfo>
Returns
- (::Array<::Google::Cloud::Channel::V1::BillingAccountPurchaseInfo>) — List of billing accounts that are eligible to purhcase these SKUs.
#billing_account_purchase_infos=
def billing_account_purchase_infos=(value) -> ::Array<::Google::Cloud::Channel::V1::BillingAccountPurchaseInfo>
Parameter
- value (::Array<::Google::Cloud::Channel::V1::BillingAccountPurchaseInfo>) — List of billing accounts that are eligible to purhcase these SKUs.
Returns
- (::Array<::Google::Cloud::Channel::V1::BillingAccountPurchaseInfo>) — List of billing accounts that are eligible to purhcase these SKUs.
#skus
def skus() -> ::Array<::String>
Returns
- (::Array<::String>) — Resource names of the SKUs included in this group. Format: products/{product_id}/skus/{sku_id}.
#skus=
def skus=(value) -> ::Array<::String>
Parameter
- value (::Array<::String>) — 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}.