Class: TencentCloud::Iotexplorer::V20190423::GetTWeTalkProductConfigListV2Request
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::GetTWeTalkProductConfigListV2Request
- Defined in:
- lib/v20190423/models.rb
Overview
GetTWeTalkProductConfigListV2请求参数结构体
Instance Attribute Summary collapse
- #DeviceName ⇒ Object
- #IncludeCredentials ⇒ Object
- #Limit ⇒ Object
- #Offset ⇒ Object
- #ProductId ⇒ Object
- #TargetLanguage ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, targetlanguage = nil, includecredentials = nil, offset = nil, limit = nil) ⇒ GetTWeTalkProductConfigListV2Request
constructor
A new instance of GetTWeTalkProductConfigListV2Request.
Constructor Details
#initialize(productid = nil, devicename = nil, targetlanguage = nil, includecredentials = nil, offset = nil, limit = nil) ⇒ GetTWeTalkProductConfigListV2Request
Returns a new instance of GetTWeTalkProductConfigListV2Request.
9192 9193 9194 9195 9196 9197 9198 9199 |
# File 'lib/v20190423/models.rb', line 9192 def initialize(productid=nil, devicename=nil, targetlanguage=nil, includecredentials=nil, offset=nil, limit=nil) @ProductId = productid @DeviceName = devicename @TargetLanguage = targetlanguage @IncludeCredentials = includecredentials @Offset = offset @Limit = limit end |
Instance Attribute Details
#DeviceName ⇒ Object
9190 9191 9192 |
# File 'lib/v20190423/models.rb', line 9190 def DeviceName @DeviceName end |
#IncludeCredentials ⇒ Object
9190 9191 9192 |
# File 'lib/v20190423/models.rb', line 9190 def IncludeCredentials @IncludeCredentials end |
#Limit ⇒ Object
9190 9191 9192 |
# File 'lib/v20190423/models.rb', line 9190 def Limit @Limit end |
#Offset ⇒ Object
9190 9191 9192 |
# File 'lib/v20190423/models.rb', line 9190 def Offset @Offset end |
#ProductId ⇒ Object
9190 9191 9192 |
# File 'lib/v20190423/models.rb', line 9190 def ProductId @ProductId end |
#TargetLanguage ⇒ Object
9190 9191 9192 |
# File 'lib/v20190423/models.rb', line 9190 def TargetLanguage @TargetLanguage end |
Instance Method Details
#deserialize(params) ⇒ Object
9201 9202 9203 9204 9205 9206 9207 9208 |
# File 'lib/v20190423/models.rb', line 9201 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @TargetLanguage = params['TargetLanguage'] @IncludeCredentials = params['IncludeCredentials'] @Offset = params['Offset'] @Limit = params['Limit'] end |