Class: TencentCloud::Irp::V20220324::TagInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Irp::V20220324::TagInfo
- Defined in:
- lib/v20220324/models.rb
Overview
标题信息
Instance Attribute Summary collapse
-
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Weight ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, name = nil, weight = nil) ⇒ TagInfo
constructor
A new instance of TagInfo.
Constructor Details
#initialize(id = nil, name = nil, weight = nil) ⇒ TagInfo
Returns a new instance of TagInfo.
748 749 750 751 752 |
# File 'lib/v20220324/models.rb', line 748 def initialize(id=nil, name=nil, weight=nil) @Id = id @Name = name @Weight = weight end |
Instance Attribute Details
#Id ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
746 747 748 |
# File 'lib/v20220324/models.rb', line 746 def Id @Id end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
746 747 748 |
# File 'lib/v20220324/models.rb', line 746 def Name @Name end |
#Weight ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
746 747 748 |
# File 'lib/v20220324/models.rb', line 746 def Weight @Weight end |
Instance Method Details
#deserialize(params) ⇒ Object
754 755 756 757 758 |
# File 'lib/v20220324/models.rb', line 754 def deserialize(params) @Id = params['Id'] @Name = params['Name'] @Weight = params['Weight'] end |