Class: Google::Apis::CloudbillingV1::ListProjectBillingInfoResponse

Inherits:
Object
  • Object
show all
Includes:
Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
Defined in:
generated/google/apis/cloudbilling_v1/classes.rb,
generated/google/apis/cloudbilling_v1/representations.rb,
generated/google/apis/cloudbilling_v1/representations.rb

Overview

Request message for ListProjectBillingInfoResponse.

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(**args) ⇒ ListProjectBillingInfoResponse

Returns a new instance of ListProjectBillingInfoResponse.



411
412
413
# File 'generated/google/apis/cloudbilling_v1/classes.rb', line 411

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

Instance Attribute Details

#next_page_tokenString

A token to retrieve the next page of results. To retrieve the next page, call ListProjectBillingInfo again with the page_token field set to this value. This field is empty if there are no more results to retrieve. Corresponds to the JSON property nextPageToken

Returns:

  • (String)


403
404
405
# File 'generated/google/apis/cloudbilling_v1/classes.rb', line 403

def next_page_token
  @next_page_token
end

#project_billing_infoArray<Google::Apis::CloudbillingV1::ProjectBillingInfo>

A list of ProjectBillingInfo resources representing the projects associated with the billing account. Corresponds to the JSON property projectBillingInfo



409
410
411
# File 'generated/google/apis/cloudbilling_v1/classes.rb', line 409

def project_billing_info
  @project_billing_info
end

Instance Method Details

#update!(**args) ⇒ Object

Update properties of this object



416
417
418
419
# File 'generated/google/apis/cloudbilling_v1/classes.rb', line 416

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