Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse

Inherits:
Object
  • Object
show all
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 ListSkuGroupSkus.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse

Returns a new instance of GoogleCloudBillingSkugroupskusV1betaListSkuGroupSkusResponse.



2134
2135
2136
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2134

def initialize(**args)
   update!(**args)
end

Instance Attribute Details

#next_page_tokenString

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

Returns:

  • (String)


2127
2128
2129
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2127

def next_page_token
  @next_page_token
end

#sku_group_skusArray<Google::Apis::CloudbillingV1beta::GoogleCloudBillingSkugroupskusV1betaSkuGroupSku>

The returned SKU group SKUs. Corresponds to the JSON property skuGroupSkus



2132
2133
2134
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2132

def sku_group_skus
  @sku_group_skus
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



2139
2140
2141
2142
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2139

def update!(**args)
  @next_page_token = args[:next_page_token] if args.key?(:next_page_token)
  @sku_group_skus = args[:sku_group_skus] if args.key?(:sku_group_skus)
end