Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse
- 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 ListSkuGroups.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Token that can be sent as
page_token
in the subsequent request to retrieve the next page. -
#sku_groups ⇒ Array<Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupsV1betaSkuGroup>
The returned publicly listed SKU groups.
Instance Method Summary collapse
-
#initialize(**args) ⇒ GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse
constructor
A new instance of GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse
Returns a new instance of GoogleCloudBillingSkugroupsV1betaListSkuGroupsResponse.
1965 1966 1967 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1965 def initialize(**args) update!(**args) end |
Instance Attribute Details
#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
1958 1959 1960 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1958 def next_page_token @next_page_token end |
#sku_groups ⇒ Array<Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupsV1betaSkuGroup>
The returned publicly listed SKU groups.
Corresponds to the JSON property skuGroups
1963 1964 1965 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1963 def sku_groups @sku_groups end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1970 1971 1972 1973 |
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1970 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @sku_groups = args[:sku_groups] if args.key?(:sku_groups) end |