View Source GoogleApi.CloudBilling.V1.Model.ListProjectBillingInfoResponse (google_api_cloud_billing v0.26.0)
Request message for ListProjectBillingInfoResponse.
Attributes
-
nextPageToken(type:String.t, default:nil) - A token to retrieve the next page of results. To retrieve the next page, callListProjectBillingInfoagain with thepage_tokenfield set to this value. This field is empty if there are no more results to retrieve. -
projectBillingInfo(type:list(GoogleApi.CloudBilling.V1.Model.ProjectBillingInfo.t), default:nil) - A list ofProjectBillingInforesources representing the projects associated with the billing account.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBilling.V1.Model.ListProjectBillingInfoResponse{ nextPageToken: String.t() | nil, projectBillingInfo: [GoogleApi.CloudBilling.V1.Model.ProjectBillingInfo.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.