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.
2254 2255 2256 |
# File 'lib/v20190423/models.rb', line 2254 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
2252 2253 2254 |
# File 'lib/v20190423/models.rb', line 2252 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
2258 2259 2260 |
# File 'lib/v20190423/models.rb', line 2258 def deserialize(params) @RequestId = params['RequestId'] end |