Class: TencentCloud::Iotexplorer::V20190423::CreateFenceBindResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::CreateFenceBindResponse
- Defined in:
- lib/v20190423/models.rb
Overview
CreateFenceBind返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ CreateFenceBindResponse
constructor
A new instance of CreateFenceBindResponse.
Constructor Details
#initialize(requestid = nil) ⇒ CreateFenceBindResponse
Returns a new instance of CreateFenceBindResponse.
1871 1872 1873 |
# File 'lib/v20190423/models.rb', line 1871 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1869 1870 1871 |
# File 'lib/v20190423/models.rb', line 1869 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1875 1876 1877 |
# File 'lib/v20190423/models.rb', line 1875 def deserialize(params) @RequestId = params['RequestId'] end |