Class: TencentCloud::Cynosdb::V20190107::CloseClusterPasswordComplexityResponse

Inherits:
TencentCloud::Common::AbstractModel
  • Object
show all
Defined in:
lib/v20190107/models.rb

Overview

CloseClusterPasswordComplexity返回参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#FlowIdObject



1421
1422
1423
# File 'lib/v20190107/models.rb', line 1421

def FlowId
  @FlowId
end

#RequestIdObject



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