Class: Google::Apis::CloudschedulerV1::RunJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudschedulerV1::RunJobRequest
- Includes:
- Google::Apis::Core::Hashable, Google::Apis::Core::JsonObjectSupport
- Defined in:
- generated/google/apis/cloudscheduler_v1/classes.rb,
generated/google/apis/cloudscheduler_v1/representations.rb,
generated/google/apis/cloudscheduler_v1/representations.rb
Overview
Request message for forcing a job to run now using RunJob.
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.
781 782 783 |
# File 'generated/google/apis/cloudscheduler_v1/classes.rb', line 781 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
786 787 |
# File 'generated/google/apis/cloudscheduler_v1/classes.rb', line 786 def update!(**args) end |