Class: Google::Apis::CloudschedulerV1::ResumeJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudschedulerV1::ResumeJobRequest
- 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 ResumeJob.
Instance Method Summary collapse
-
#initialize(**args) ⇒ ResumeJobRequest
constructor
A new instance of ResumeJobRequest.
-
#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) ⇒ ResumeJobRequest
Returns a new instance of ResumeJobRequest
784 785 786 |
# File 'generated/google/apis/cloudscheduler_v1/classes.rb', line 784 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
789 790 |
# File 'generated/google/apis/cloudscheduler_v1/classes.rb', line 789 def update!(**args) end |