Class: TencentCloud::Cws::V20180312::DeleteMonitorsResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cws::V20180312::DeleteMonitorsResponse
- Defined in:
- lib/v20180312/models.rb
Overview
DeleteMonitors返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteMonitorsResponse
constructor
A new instance of DeleteMonitorsResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteMonitorsResponse
Returns a new instance of DeleteMonitorsResponse.
258 259 260 |
# File 'lib/v20180312/models.rb', line 258 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
256 257 258 |
# File 'lib/v20180312/models.rb', line 256 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
262 263 264 |
# File 'lib/v20180312/models.rb', line 262 def deserialize(params) @RequestId = params['RequestId'] end |