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.
3607 3608 3609 3610 3611 |
# File 'lib/v20190423/models.rb', line 3607 def initialize(productid=nil, devicename=nil, targetlanguage=nil) @ProductId = productid @DeviceName = devicename @TargetLanguage = targetlanguage end |
Instance Attribute Details
#DeviceName ⇒ Object
3605 3606 3607 |
# File 'lib/v20190423/models.rb', line 3605 def DeviceName @DeviceName end |
#ProductId ⇒ Object
3605 3606 3607 |
# File 'lib/v20190423/models.rb', line 3605 def ProductId @ProductId end |
#TargetLanguage ⇒ Object
3605 3606 3607 |
# File 'lib/v20190423/models.rb', line 3605 def TargetLanguage @TargetLanguage end |
Instance Method Details
#deserialize(params) ⇒ Object
3613 3614 3615 3616 3617 |
# File 'lib/v20190423/models.rb', line 3613 def deserialize(params) @ProductId = params['ProductId'] @DeviceName = params['DeviceName'] @TargetLanguage = params['TargetLanguage'] end |