Class: TencentCloud::Iotexplorer::V20190423::CreateTWeSeeServiceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateTWeSeeServiceResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateTWeSeeService返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateTWeSeeServiceResponse
constructor
A new instance of CreateTWeSeeServiceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateTWeSeeServiceResponse
Returns a new instance of CreateTWeSeeServiceResponse.
2725 2726 2727 |
# File 'lib/v20190423/models.rb', line 2725 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2723 2724 2725 |
# File 'lib/v20190423/models.rb', line 2723 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2729 2730 2731 |
# File 'lib/v20190423/models.rb', line 2729 def deserialize(params) @RequestId = params['RequestId'] end |