Class: TencentCloud::Iss::V20230517::ControlDeviceSnapshotResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iss::V20230517::ControlDeviceSnapshotResponse
- Defined in:
- lib/v20230517/models.rb
Overview
ControlDeviceSnapshot返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ ControlDeviceSnapshotResponse
constructor
A new instance of ControlDeviceSnapshotResponse.
Constructor Details
#initialize(requestid = nil) ⇒ ControlDeviceSnapshotResponse
Returns a new instance of ControlDeviceSnapshotResponse.
1696 1697 1698 |
# File 'lib/v20230517/models.rb', line 1696 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1694 1695 1696 |
# File 'lib/v20230517/models.rb', line 1694 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1700 1701 1702 |
# File 'lib/v20230517/models.rb', line 1700 def deserialize(params) @RequestId = params['RequestId'] end |