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.
1883 1884 1885 |
# File 'lib/v20190423/models.rb', line 1883 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
1881 1882 1883 |
# File 'lib/v20190423/models.rb', line 1881 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1887 1888 1889 |
# File 'lib/v20190423/models.rb', line 1887 def deserialize(params) @RequestId = params['RequestId'] end |