Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudbilling_v1beta/classes.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb,
lib/google/apis/cloudbilling_v1beta/representations.rb
Overview
Response message for ListBillingAccountSkuGroupSkus.
Instance Attribute Summary collapse
-
#billing_account_sku_group_skus ⇒ Array<Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku>
The returned billing account SKU group SKUs.
-
#next_page_token ⇒ String
Token that can be sent as
page_tokenin the subsequent request to retrieve the next page.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse
constructor
A new instance of GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse
Returns a new instance of GoogleCloudBillingBillingaccountskugroupskusV1betaListBillingAccountSkuGroupSkusResponse.
1491 1492 1493 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1491 def initialize(**args) update!(**args) end |
Instance Attribute Details
#billing_account_sku_group_skus ⇒ Array<Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupskusV1betaBillingAccountSkuGroupSku>
The returned billing account SKU group SKUs.
Corresponds to the JSON property billingAccountSkuGroupSkus
1483 1484 1485 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1483 def billing_account_sku_group_skus @billing_account_sku_group_skus end |
#next_page_token ⇒ String
Token that can be sent as page_token in the subsequent request to retrieve
the next page. If this field is empty, there are no subsequent pages.
Corresponds to the JSON property nextPageToken
1489 1490 1491 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1489 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1496 1497 1498 1499 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1496 def update!(**args) @billing_account_sku_group_skus = args[:billing_account_sku_group_skus] if args.key?(:billing_account_sku_group_skus) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |