Class: TencentCloud::Iotexplorer::V20190423::CreateTWeTalkProductConfigV2Response
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateTWeTalkProductConfigV2Response
- Defined in:
- lib/v20190423/models.rb
Overview
CreateTWeTalkProductConfigV2返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateTWeTalkProductConfigV2Response
constructor
A new instance of CreateTWeTalkProductConfigV2Response.
Constructor Details
#initialize(requestid = nil) ⇒ CreateTWeTalkProductConfigV2Response
Returns a new instance of CreateTWeTalkProductConfigV2Response.
2932 2933 2934 |
# File 'lib/v20190423/models.rb', line 2932 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2930 2931 2932 |
# File 'lib/v20190423/models.rb', line 2930 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2936 2937 2938 |
# File 'lib/v20190423/models.rb', line 2936 def deserialize(params) @RequestId = params['RequestId'] end |