Class: Google::Apis::BaremetalsolutionV1alpha1::ListProvisioningQuotasResponse
- Inherits:
-
Object
- Object
- Google::Apis::BaremetalsolutionV1alpha1::ListProvisioningQuotasResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/baremetalsolution_v1alpha1/classes.rb,
lib/google/apis/baremetalsolution_v1alpha1/representations.rb,
lib/google/apis/baremetalsolution_v1alpha1/representations.rb
Overview
Response for ListProvisioningQuotas.
Instance Attribute Summary collapse
-
#next_page_token ⇒ String
Token to retrieve the next page of results, or empty if there are no more results in the list.
-
#provisioning_quotas ⇒ Array<Google::Apis::BaremetalsolutionV1alpha1::ProvisioningQuota>
The provisioning quotas registered in this project.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListProvisioningQuotasResponse
constructor
A new instance of ListProvisioningQuotasResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListProvisioningQuotasResponse
Returns a new instance of ListProvisioningQuotasResponse.
136 137 138 |
# File 'lib/google/apis/baremetalsolution_v1alpha1/classes.rb', line 136 def initialize(**args) update!(**args) end |
Instance Attribute Details
#next_page_token ⇒ String
Token to retrieve the next page of results, or empty if there are no more
results in the list.
Corresponds to the JSON property nextPageToken
129 130 131 |
# File 'lib/google/apis/baremetalsolution_v1alpha1/classes.rb', line 129 def next_page_token @next_page_token end |
#provisioning_quotas ⇒ Array<Google::Apis::BaremetalsolutionV1alpha1::ProvisioningQuota>
The provisioning quotas registered in this project.
Corresponds to the JSON property provisioningQuotas
134 135 136 |
# File 'lib/google/apis/baremetalsolution_v1alpha1/classes.rb', line 134 def provisioning_quotas @provisioning_quotas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
141 142 143 144 |
# File 'lib/google/apis/baremetalsolution_v1alpha1/classes.rb', line 141 def update!(**args) @next_page_token = args[:next_page_token] if args.key?(:next_page_token) @provisioning_quotas = args[:provisioning_quotas] if args.key?(:provisioning_quotas) end |