Class: Google::Apis::CloudschedulerV1beta1::PauseJobRequest
- Inherits:
-
Object
- Object
- Google::Apis::CloudschedulerV1beta1::PauseJobRequest
- 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 PauseJob.
Instance Method Summary collapse
-
#initialize(**args) ⇒ PauseJobRequest
constructor
A new instance of PauseJobRequest.
-
#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) ⇒ PauseJobRequest
Returns a new instance of PauseJobRequest
594 595 596 |
# File 'generated/google/apis/cloudscheduler_v1beta1/classes.rb', line 594 def initialize(**args) update!(**args) end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
599 600 |
# File 'generated/google/apis/cloudscheduler_v1beta1/classes.rb', line 599 def update!(**args) end |