Class: TencentCloud::Dlc::V20210125::UnboundDatasourceHouseResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Dlc::V20210125::UnboundDatasourceHouseResponse
- Defined in:
- lib/v20210125/models.rb
Overview
UnboundDatasourceHouse返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(requestid = nil) ⇒ UnboundDatasourceHouseResponse
constructor
A new instance of UnboundDatasourceHouseResponse.
Constructor Details
#initialize(requestid = nil) ⇒ UnboundDatasourceHouseResponse
Returns a new instance of UnboundDatasourceHouseResponse.
16488 16489 16490 |
# File 'lib/v20210125/models.rb', line 16488 def initialize(requestid=nil) @RequestId = requestid end |
Instance Attribute Details
#RequestId ⇒ Object
16486 16487 16488 |
# File 'lib/v20210125/models.rb', line 16486 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
16492 16493 16494 |
# File 'lib/v20210125/models.rb', line 16492 def deserialize(params) @RequestId = params['RequestId'] end |