Class: TencentCloud::Mongodb::V20190725::ModifySRVConnectionUrlResponse
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Mongodb::V20190725::ModifySRVConnectionUrlResponse
- Defined in:
- lib/v20190725/models.rb
Overview
ModifySRVConnectionUrl返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ ModifySRVConnectionUrlResponse
constructor
A new instance of ModifySRVConnectionUrlResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ ModifySRVConnectionUrlResponse
Returns a new instance of ModifySRVConnectionUrlResponse.
5091 5092 5093 5094 |
# File 'lib/v20190725/models.rb', line 5091 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
5089 5090 5091 |
# File 'lib/v20190725/models.rb', line 5089 def FlowId @FlowId end |
#RequestId ⇒ Object
5089 5090 5091 |
# File 'lib/v20190725/models.rb', line 5089 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
5096 5097 5098 5099 |
# File 'lib/v20190725/models.rb', line 5096 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |