View Source GoogleApi.BareMetalSolution.V2.Model.ListProvisioningQuotasResponse (google_api_bare_metal_solution v0.6.0)
Response message for the list of provisioning quotas.
Attributes
-
nextPageToken
(type:String.t
, default:nil
) - Token to retrieve the next page of results, or empty if there are no more results in the list. -
provisioningQuotas
(type:list(GoogleApi.BareMetalSolution.V2.Model.ProvisioningQuota.t)
, default:nil
) - The provisioning quotas registered in this project.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.BareMetalSolution.V2.Model.ListProvisioningQuotasResponse{ nextPageToken: String.t() | nil, provisioningQuotas: [GoogleApi.BareMetalSolution.V2.Model.ProvisioningQuota.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.