Class: Google::Apis::CloudschedulerV1beta1::RunJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudschedulerV1beta1::RunJobRequest
- Defined in:
- generated/google/apis/cloudscheduler_v1beta1/classes.rb,
generated/google/apis/cloudscheduler_v1beta1/representations.rb,
generated/google/apis/cloudscheduler_v1beta1/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.
Methods included from Google::Apis::Core::JsonObjectSupport
Methods included from Google::Apis::Core::Hashable
Constructor Details
#initialize(**args) ⇒ RunJobRequest
Returns a new instance of RunJobRequest
797 798 799 |
# File 'generated/google/apis/cloudscheduler_v1beta1/classes.rb', line 797 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
802 803 |
# File 'generated/google/apis/cloudscheduler_v1beta1/classes.rb', line 802 def update!(**args) end |