Class: Google::Apis::BaremetalsolutionV1alpha1::ListProvisioningQuotasResponse

Inherits:
Object
  • Object
show all
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

Instance Method Summary collapse

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_tokenString

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

Returns:

  • (String)


129
130
131
# File 'lib/google/apis/baremetalsolution_v1alpha1/classes.rb', line 129

def next_page_token
  @next_page_token
end

#provisioning_quotasArray<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