Class: TencentCloud::Iotexplorer::V20190423::DeleteFenceBindResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::DeleteFenceBindResponse
- Defined in:
- lib/v20190423/models.rb
Overview
DeleteFenceBind返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ DeleteFenceBindResponse
constructor
A new instance of DeleteFenceBindResponse.
Constructor Details
#initialize(requestid = nil) ⇒ DeleteFenceBindResponse
Returns a new instance of DeleteFenceBindResponse.
3335 3336 3337 |
# File 'lib/v20190423/models.rb', line 3335 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3333 3334 3335 |
# File 'lib/v20190423/models.rb', line 3333 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3339 3340 3341 |
# File 'lib/v20190423/models.rb', line 3339 def deserialize(params) @RequestId = params['RequestId'] end |