GoogleApi.CloudBilling.V1.Model.ListProjectBillingInfoResponse (google_api_cloud_billing v0.22.2) View Source

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, call ListProjectBillingInfo again with the page_token field 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 of ProjectBillingInfo resources representing the projects associated with the billing account.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.CloudBilling.V1.Model.ListProjectBillingInfoResponse{
  nextPageToken: String.t(),
  projectBillingInfo: [GoogleApi.CloudBilling.V1.Model.ProjectBillingInfo.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.