Class: Google::Apis::BaremetalsolutionV2::ListProvisioningQuotasResponse
- Inherits:
-
Object
- Object
- Google::Apis::BaremetalsolutionV2::ListProvisioningQuotasResponse
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/baremetalsolution_v2/classes.rb,
lib/google/apis/baremetalsolution_v2/representations.rb,
lib/google/apis/baremetalsolution_v2/representations.rb
Overview
Response message for the list of provisioning quotas.
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::BaremetalsolutionV2::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.
855 856 857 |
# File 'lib/google/apis/baremetalsolution_v2/classes.rb', line 855 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
848 849 850 |
# File 'lib/google/apis/baremetalsolution_v2/classes.rb', line 848 def next_page_token @next_page_token end |
#provisioning_quotas ⇒ Array<Google::Apis::BaremetalsolutionV2::ProvisioningQuota>
The provisioning quotas registered in this project.
Corresponds to the JSON property provisioningQuotas
853 854 855 |
# File 'lib/google/apis/baremetalsolution_v2/classes.rb', line 853 def provisioning_quotas @provisioning_quotas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
860 861 862 863 |
# File 'lib/google/apis/baremetalsolution_v2/classes.rb', line 860 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 |