Class: TencentCloud::Iotexplorer::V20190423::CreateDeviceChannelResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateDeviceChannelResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateDeviceChannel返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateDeviceChannelResponse
constructor
A new instance of CreateDeviceChannelResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateDeviceChannelResponse
Returns a new instance of CreateDeviceChannelResponse.
1702 1703 1704 |
# File 'lib/v20190423/models.rb', line 1702 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1700 1701 1702 |
# File 'lib/v20190423/models.rb', line 1700 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1706 1707 1708 |
# File 'lib/v20190423/models.rb', line 1706 def deserialize(params) @RequestId = params['RequestId'] end |