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.
3323 3324 3325 |
# File 'lib/v20190423/models.rb', line 3323 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
3321 3322 3323 |
# File 'lib/v20190423/models.rb', line 3321 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
3327 3328 3329 |
# File 'lib/v20190423/models.rb', line 3327 def deserialize(params) @RequestId = params['RequestId'] end |