Class: TencentCloud::Iotexplorer::V20190423::DeleteTWeTalkProductConfigV2Request
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeleteTWeTalkProductConfigV2Request
- Defined in:
- lib/v20190423/models.rb
Overview
DeleteTWeTalkProductConfigV2请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(productid = nil, devicename = nil, targetlanguage = nil) ⇒ DeleteTWeTalkProductConfigV2Request
constructor
A new instance of DeleteTWeTalkProductConfigV2Request.
Constructor Details
#initialize(productid = nil, devicename = nil, targetlanguage = nil) ⇒ DeleteTWeTalkProductConfigV2Request
Returns a new instance of DeleteTWeTalkProductConfigV2Request.
3619 3620 3621 3622 3623 |
# File 'lib/v20190423/models.rb', line 3619 def initialize(productid=nil, devicename=nil, targetlanguage=nil) @ProductId = productid @DeviceName = devicename @TargetLanguage = targetlanguage end |
Instance Attribute Details
#DeviceName ⇒ Object
3617 3618 3619 |
# File 'lib/v20190423/models.rb', line 3617 def DeviceName @DeviceName end |
#ProductId ⇒ Object
3617 3618 3619 |
# File 'lib/v20190423/models.rb', line 3617 def ProductId @ProductId end |
#TargetLanguage ⇒ Object
3617 3618 3619 |
# File 'lib/v20190423/models.rb', line 3617 def TargetLanguage @TargetLanguage end |
Instance Method Details
#deserialize(params) ⇒ Object
3625 3626 3627 3628 3629 |
# File 'lib/v20190423/models.rb', line 3625 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @TargetLanguage = params['TargetLanguage'] end |