Class: TencentCloud::Ciam::V20220331::MemberMap

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

Overview

Map数据类型

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#NameObject

Parameters:

  • Name:

  • Value:

  • Type:

    类型



1435
1436
1437
# File 'lib/v20220331/models.rb', line 1435

def Name
  @Name
end

#TypeObject

Parameters:

  • Name:

  • Value:

  • Type:

    类型



1435
1436
1437
# File 'lib/v20220331/models.rb', line 1435

def Type
  @Type
end

#ValueObject

Parameters:

  • Name:

  • Value:

  • Type:

    类型



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