Class: TencentCloud::Cynosdb::V20190107::CloseClusterPasswordComplexityResponse
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cynosdb::V20190107::CloseClusterPasswordComplexityResponse
- Defined in:
- lib/v20190107/models.rb
Overview
CloseClusterPasswordComplexity返回参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(flowid = nil, requestid = nil) ⇒ CloseClusterPasswordComplexityResponse
constructor
A new instance of CloseClusterPasswordComplexityResponse.
Constructor Details
#initialize(flowid = nil, requestid = nil) ⇒ CloseClusterPasswordComplexityResponse
1423 1424 1425 1426 |
# File 'lib/v20190107/models.rb', line 1423 def initialize(flowid=nil, requestid=nil) @FlowId = flowid @RequestId = requestid end |
Instance Attribute Details
#FlowId ⇒ Object
1421 1422 1423 |
# File 'lib/v20190107/models.rb', line 1421 def FlowId @FlowId end |
#RequestId ⇒ Object
1421 1422 1423 |
# File 'lib/v20190107/models.rb', line 1421 def RequestId @RequestId end |
Instance Method Details
#deserialize(params) ⇒ Object
1428 1429 1430 1431 |
# File 'lib/v20190107/models.rb', line 1428 def deserialize(params) @FlowId = params['FlowId'] @RequestId = params['RequestId'] end |