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.
6821 6822 6823 6824 6825 6826 |
# File 'lib/v20190423/models.rb', line 6821 def initialize(productid=nil, devicename=nil, userid=nil, channelid=nil) @ProductId = productid @DeviceName = devicename @UserId = userid @ChannelId = channelid end |
Instance Attribute Details
#ChannelId ⇒ Object
6819 6820 6821 |
# File 'lib/v20190423/models.rb', line 6819 def ChannelId @ChannelId end |
#DeviceName ⇒ Object
6819 6820 6821 |
# File 'lib/v20190423/models.rb', line 6819 def DeviceName @DeviceName end |
#ProductId ⇒ Object
6819 6820 6821 |
# File 'lib/v20190423/models.rb', line 6819 def ProductId @ProductId end |
#UserId ⇒ Object
6819 6820 6821 |
# File 'lib/v20190423/models.rb', line 6819 def UserId @UserId end |
Instance Method Details
#deserialize(params) ⇒ Object
6828 6829 6830 6831 6832 6833 |
# File 'lib/v20190423/models.rb', line 6828 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @UserId = params['UserId'] @ChannelId = params['ChannelId'] end |