Class: TencentCloud::Dasb::V20191018::DeleteDevicesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dasb::V20191018::DeleteDevicesResponse
- Defined in:
- lib/v20191018/models.rb
Overview
DeleteDevices返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteDevicesResponse
constructor
A new instance of DeleteDevicesResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteDevicesResponse
Returns a new instance of DeleteDevicesResponse.
1581 1582 1583 |
# File 'lib/v20191018/models.rb', line 1581 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1579 1580 1581 |
# File 'lib/v20191018/models.rb', line 1579 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1585 1586 1587 |
# File 'lib/v20191018/models.rb', line 1585 def deserialize(params) @RequestId = params['RequestId'] end |