View Source GoogleApi.CloudBilling.V1.Model.ListBillingAccountsResponse (google_api_cloud_billing v0.24.0)
Response message for ListBillingAccounts
.
Attributes
-
billingAccounts
(type:list(GoogleApi.CloudBilling.V1.Model.BillingAccount.t)
, default:nil
) - A list of billing accounts. -
nextPageToken
(type:String.t
, default:nil
) - A token to retrieve the next page of results. To retrieve the next page, callListBillingAccounts
again with thepage_token
field set to this value. This field is empty if there are no more results to retrieve.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.CloudBilling.V1.Model.ListBillingAccountsResponse{ billingAccounts: [GoogleApi.CloudBilling.V1.Model.BillingAccount.t()] | nil, nextPageToken: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.