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.
5036 5037 5038 5039 5040 |
# File 'lib/v20191029/models.rb', line 5036 def initialize(id=nil, name=nil, parenttagid=nil) @Id = id @Name = name @ParentTagId = parenttagid end |
Instance Attribute Details
#Id ⇒ Object
5034 5035 5036 |
# File 'lib/v20191029/models.rb', line 5034 def Id @Id end |
#Name ⇒ Object
5034 5035 5036 |
# File 'lib/v20191029/models.rb', line 5034 def Name @Name end |
#ParentTagId ⇒ Object
5034 5035 5036 |
# File 'lib/v20191029/models.rb', line 5034 def ParentTagId @ParentTagId end |
Instance Method Details
#deserialize(params) ⇒ Object
5042 5043 5044 5045 5046 |
# File 'lib/v20191029/models.rb', line 5042 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @ParentTagId = params['ParentTagId'] end |