Class: TencentCloud::Bm::V20180423::StartDevicesResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::StartDevicesResponse
- Defined in:
- lib/v20180423/models.rb
Overview
StartDevices返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskid = nil, requestid = nil) ⇒ StartDevicesResponse
constructor
A new instance of StartDevicesResponse.
Constructor Details
#initialize(taskid = nil, requestid = nil) ⇒ StartDevicesResponse
Returns a new instance of StartDevicesResponse.
3816 3817 3818 3819 |
# File 'lib/v20180423/models.rb', line 3816 def initialize(taskid=nil, requestid=nil) @TaskId = taskid @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3814 3815 3816 |
# File 'lib/v20180423/models.rb', line 3814 def RequestId @RequestId end |
#TaskId ⇒ Object
3814 3815 3816 |
# File 'lib/v20180423/models.rb', line 3814 def TaskId @TaskId end |
Instance Method Details
#deserialize(params) ⇒ Object
3821 3822 3823 3824 |
# File 'lib/v20180423/models.rb', line 3821 def deserialize(params) @TaskId = params['TaskId'] @RequestId = params['RequestId'] end |