Class: TencentCloud::Ciam::V20220331::MemberMap
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Ciam::V20220331::MemberMap
- Defined in:
- lib/v20220331/models.rb
Overview
Map数据类型
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, value = nil, type = nil) ⇒ MemberMap
constructor
A new instance of MemberMap.
Constructor Details
#initialize(name = nil, value = nil, type = nil) ⇒ MemberMap
Returns a new instance of MemberMap.
1437 1438 1439 1440 1441 |
# File 'lib/v20220331/models.rb', line 1437 def initialize(name=nil, value=nil, type=nil) @Name = name @Value = value @Type = type end |
Instance Attribute Details
#Name ⇒ Object
1435 1436 1437 |
# File 'lib/v20220331/models.rb', line 1435 def Name @Name end |
#Type ⇒ Object
1435 1436 1437 |
# File 'lib/v20220331/models.rb', line 1435 def Type @Type end |
#Value ⇒ Object
1435 1436 1437 |
# File 'lib/v20220331/models.rb', line 1435 def Value @Value end |
Instance Method Details
#deserialize(params) ⇒ Object
1443 1444 1445 1446 1447 |
# File 'lib/v20220331/models.rb', line 1443 def deserialize(params) @Name = params['Name'] @Value = params['Value'] @Type = params['Type'] end |