Class: TencentCloud::Iotexplorer::V20190423::DescribeTWeSeeConfigRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DescribeTWeSeeConfigRequest
- Defined in:
- lib/v20190423/models.rb
Overview
DescribeTWeSeeConfig请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, userid = nil, channelid = nil) ⇒ DescribeTWeSeeConfigRequest
constructor
A new instance of DescribeTWeSeeConfigRequest.
Constructor Details
#initialize(productid = nil, devicename = nil, userid = nil, channelid = nil) ⇒ DescribeTWeSeeConfigRequest
Returns a new instance of DescribeTWeSeeConfigRequest.
6809 6810 6811 6812 6813 6814 |
# File 'lib/v20190423/models.rb', line 6809 def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
6807 6808 6809 |
# File 'lib/v20190423/models.rb', line 6807 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
6807 6808 6809 |
# File 'lib/v20190423/models.rb', line 6807 def DeviceName @DeviceName end |
#ProductId ⇒ Object
6807 6808 6809 |
# File 'lib/v20190423/models.rb', line 6807 def ProductId @ProductId end |
#UserId ⇒ Object
6807 6808 6809 |
# File 'lib/v20190423/models.rb', line 6807 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
6816 6817 6818 6819 6820 6821 |
# File 'lib/v20190423/models.rb', line 6816 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] end |