Class: Google::Apis::CloudfunctionsV2beta::ListRuntimesResponse
- Inherits:
-
Object
- Object
- Google::Apis::CloudfunctionsV2beta::ListRuntimesResponse
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- lib/google/apis/cloudfunctions_v2beta/classes.rb,
lib/google/apis/cloudfunctions_v2beta/representations.rb,
lib/google/apis/cloudfunctions_v2beta/representations.rb
Overview
Response for the ListRuntimes
method.
Instance Attribute Summary collapse
-
#runtimes ⇒ Array<Google::Apis::CloudfunctionsV2beta::Runtime>
The runtimes that match the request.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ListRuntimesResponse
constructor
A new instance of ListRuntimesResponse.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ ListRuntimesResponse
Returns a new instance of ListRuntimesResponse.
1423 1424 1425 |
# File 'lib/google/apis/cloudfunctions_v2beta/classes.rb', line 1423 def initialize(**args) update!(**args) end |
Instance Attribute Details
#runtimes ⇒ Array<Google::Apis::CloudfunctionsV2beta::Runtime>
The runtimes that match the request.
Corresponds to the JSON property runtimes
1421 1422 1423 |
# File 'lib/google/apis/cloudfunctions_v2beta/classes.rb', line 1421 def runtimes @runtimes end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
1428 1429 1430 |
# File 'lib/google/apis/cloudfunctions_v2beta/classes.rb', line 1428 def update!(**args) @runtimes = args[:runtimes] if args.key?(:runtimes) end |