Class: TencentCloud::Ciam::V20220331::SaltLocation
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ciam::V20220331::SaltLocation
- Defined in:
- lib/v20220331/models.rb
Overview
盐位
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(saltlocationtypeenum = nil, saltlocationrule = nil) ⇒ SaltLocation
constructor
A new instance of SaltLocation.
Constructor Details
#initialize(saltlocationtypeenum = nil, saltlocationrule = nil) ⇒ SaltLocation
Returns a new instance of SaltLocation.
1570 1571 1572 1573 |
# File 'lib/v20220331/models.rb', line 1570 def initialize(saltlocationtypeenum=nil, saltlocationrule=nil) @SaltLocationTypeEnum = saltlocationtypeenum @SaltLocationRule = saltlocationrule end |
Instance Attribute Details
#SaltLocationRule ⇒ Object
1568 1569 1570 |
# File 'lib/v20220331/models.rb', line 1568 def SaltLocationRule @SaltLocationRule end |
#SaltLocationTypeEnum ⇒ Object
1568 1569 1570 |
# File 'lib/v20220331/models.rb', line 1568 def SaltLocationTypeEnum @SaltLocationTypeEnum end |
Instance Method Details
#deserialize(params) ⇒ Object
1575 1576 1577 1578 1579 1580 1581 |
# File 'lib/v20220331/models.rb', line 1575 def deserialize(params) @SaltLocationTypeEnum = params['SaltLocationTypeEnum'] unless params['SaltLocationRule'].nil? @SaltLocationRule = SaltLocationRule.new @SaltLocationRule.deserialize(params['SaltLocationRule']) end end |