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.
736 737 738 |
# File 'lib/google/apis/baremetalsolution_v2/classes.rb', line 736 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
729 730 731 |
# File 'lib/google/apis/baremetalsolution_v2/classes.rb', line 729 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
734 735 736 |
# File 'lib/google/apis/baremetalsolution_v2/classes.rb', line 734 def provisioning_quotas @provisioning_quotas end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
741 742 743 744 |
# File 'lib/google/apis/baremetalsolution_v2/classes.rb', line 741 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 |