Class: TencentCloud::Emr::V20190103::StartStopServiceOrMonitorResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Emr::V20190103::StartStopServiceOrMonitorResponse
- Defined in:
- lib/v20190103/models.rb
Overview
StartStopServiceOrMonitor返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ StartStopServiceOrMonitorResponse
constructor
A new instance of StartStopServiceOrMonitorResponse.
Constructor Details
#initialize(requestid = nil) ⇒ StartStopServiceOrMonitorResponse
Returns a new instance of StartStopServiceOrMonitorResponse.
13828 13829 13830 |
# File 'lib/v20190103/models.rb', line 13828 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
13826 13827 13828 |
# File 'lib/v20190103/models.rb', line 13826 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
13832 13833 13834 |
# File 'lib/v20190103/models.rb', line 13832 def deserialize(params) @RequestId = params['RequestId'] end |