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.



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

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)


2121
2122
2123
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 2121

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



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

def sku_group_skus
  @sku_group_skus
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



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

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