Class: TencentCloud::Oceanus::V20190422::StopJobsResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::StopJobsResponse
- Defined in:
- lib/v20190422/models.rb
Overview
StopJobs返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StopJobsResponse
constructor
A new instance of StopJobsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StopJobsResponse
Returns a new instance of StopJobsResponse.
5704 5705 5706 |
# File 'lib/v20190422/models.rb', line 5704 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
5702 5703 5704 |
# File 'lib/v20190422/models.rb', line 5702 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5708 5709 5710 |
# File 'lib/v20190422/models.rb', line 5708 def deserialize(params) @RequestId = params['RequestId'] end |