Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse
- 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 ListBillingAccountSkuGroups.
Instance Attribute Summary collapse
-
#billing_account_sku_groups ⇒ Array<Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup>
The returned publicly listed billing account SKU groups.
-
#next_page_token ⇒ String
Token that can be sent as
page_token
in the subsequent request to retrieve the next page.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse
constructor
A new instance of GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse
Returns a new instance of GoogleCloudBillingBillingaccountskugroupsV1betaListBillingAccountSkuGroupsResponse.
1293 1294 1295 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1293 def initialize(**args) update!(**args) end |
Instance Attribute Details
#billing_account_sku_groups ⇒ Array<Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskugroupsV1betaBillingAccountSkuGroup>
The returned publicly listed billing account SKU groups.
Corresponds to the JSON property billingAccountSkuGroups
1285 1286 1287 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1285 def billing_account_sku_groups @billing_account_sku_groups 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
1291 1292 1293 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1291 def next_page_token @next_page_token end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1298 1299 1300 1301 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1298 def update!(**args) @billing_account_sku_groups = args[:billing_account_sku_groups] if args.key?(:billing_account_sku_groups) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) end |