Class: Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaListBillingAccountPricesResponse

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

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ GoogleCloudBillingBillingaccountpricesV1betaListBillingAccountPricesResponse

Returns a new instance of GoogleCloudBillingBillingaccountpricesV1betaListBillingAccountPricesResponse.



940
941
942
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 940

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

Instance Attribute Details

#billing_account_pricesArray<Google::Apis::CloudbillingV1beta::GoogleCloudBillingBillingaccountpricesV1betaBillingAccountPrice>

The returned billing account prices. Corresponds to the JSON property billingAccountPrices



932
933
934
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 932

def 
  @billing_account_prices
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)


938
939
940
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 938

def next_page_token
  @next_page_token
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



945
946
947
948
# File 'lib/google/apis/cloudbilling_v1beta/classes.rb', line 945

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