Class: TencentCloud::Iotexplorer::V20190423::CreatePositionFenceResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreatePositionFenceResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreatePositionFence返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreatePositionFenceResponse
constructor
A new instance of CreatePositionFenceResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreatePositionFenceResponse
Returns a new instance of CreatePositionFenceResponse.
2266 2267 2268 |
# File 'lib/v20190423/models.rb', line 2266 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2264 2265 2266 |
# File 'lib/v20190423/models.rb', line 2264 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2270 2271 2272 |
# File 'lib/v20190423/models.rb', line 2270 def deserialize(params) @RequestId = params['RequestId'] end |