Class: TencentCloud::Ioa::V20220601::CreateDeviceTaskResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Ioa::V20220601::CreateDeviceTaskResponse
- Defined in:
- lib/v20220601/models.rb
Overview
CreateDeviceTask返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateDeviceTaskResponse
constructor
A new instance of CreateDeviceTaskResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateDeviceTaskResponse
Returns a new instance of CreateDeviceTaskResponse.
445 446 447 |
# File 'lib/v20220601/models.rb', line 445 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
443 444 445 |
# File 'lib/v20220601/models.rb', line 443 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
449 450 451 |
# File 'lib/v20220601/models.rb', line 449 def deserialize(params) @RequestId = params['RequestId'] end |