Class: TencentCloud::Cme::V20191029::PresetTagInfo
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cme::V20191029::PresetTagInfo
- Defined in:
- lib/v20191029/models.rb
Overview
预置标签信息
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, parenttagid = nil) ⇒ PresetTagInfo
constructor
A new instance of PresetTagInfo.
Constructor Details
#initialize(id = nil, name = nil, parenttagid = nil) ⇒ PresetTagInfo
Returns a new instance of PresetTagInfo.
5028 5029 5030 5031 5032 |
# File 'lib/v20191029/models.rb', line 5028 def initialize(id=nil, name=nil, parenttagid=nil) @Id = id @Name = name @ParentTagId = parenttagid end |
Instance Attribute Details
#Id ⇒ Object
5026 5027 5028 |
# File 'lib/v20191029/models.rb', line 5026 def Id @Id end |
#Name ⇒ Object
5026 5027 5028 |
# File 'lib/v20191029/models.rb', line 5026 def Name @Name end |
#ParentTagId ⇒ Object
5026 5027 5028 |
# File 'lib/v20191029/models.rb', line 5026 def ParentTagId @ParentTagId end |
Instance Method Details
#deserialize(params) ⇒ Object
5034 5035 5036 5037 5038 |
# File 'lib/v20191029/models.rb', line 5034 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @ParentTagId = params['ParentTagId'] end |