Class: Google::Apis::RunV1::RunJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::RunV1::RunJobRequest
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/run_v1/classes.rb,
lib/google/apis/run_v1/representations.rb,
lib/google/apis/run_v1/representations.rb
Overview
Request message for creating a new execution of a job.
Instance Method Summary collapse
-
#initialize(**args) ⇒ RunJobRequest
constructor
A new instance of RunJobRequest.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ RunJobRequest
Returns a new instance of RunJobRequest.
2880 2881 2882 |
# File 'lib/google/apis/run_v1/classes.rb', line 2880 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2885 2886 |
# File 'lib/google/apis/run_v1/classes.rb', line 2885 def update!(**args) end |