Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse

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 ListBillingAccountSkus.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse

Returns a new instance of GoogleCloudBillingBillingaccountskusV1betaListBillingAccountSkusResponse.



1711
1712
1713
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1711

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

Instance Attribute Details

#billing_account_skusArray<Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountskusV1betaBillingAccountSku>

The returned billing account SKUs. Corresponds to the JSON property billingAccountSkus



1703
1704
1705
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1703

def 
  @billing_account_skus
end

#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)


1709
1710
1711
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1709

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



1716
1717
1718
1719
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 1716

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