Class: TencentCloud::Hunyuan::V20230901::RelevantEntity
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Hunyuan::V20230901::RelevantEntity
- Defined in:
- lib/v20230901/models.rb
Overview
相关组织及人物
Instance Attribute Summary collapse
-
#Content ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#Reference ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(name = nil, content = nil, reference = nil) ⇒ RelevantEntity
constructor
A new instance of RelevantEntity.
Constructor Details
#initialize(name = nil, content = nil, reference = nil) ⇒ RelevantEntity
Returns a new instance of RelevantEntity.
2142 2143 2144 2145 2146 |
# File 'lib/v20230901/models.rb', line 2142 def initialize(name=nil, content=nil, reference=nil) @Name = name @Content = content @Reference = reference end |
Instance Attribute Details
#Content ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2140 2141 2142 |
# File 'lib/v20230901/models.rb', line 2140 def Content @Content end |
#Name ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2140 2141 2142 |
# File 'lib/v20230901/models.rb', line 2140 def Name @Name end |
#Reference ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
2140 2141 2142 |
# File 'lib/v20230901/models.rb', line 2140 def Reference @Reference end |
Instance Method Details
#deserialize(params) ⇒ Object
2148 2149 2150 2151 2152 |
# File 'lib/v20230901/models.rb', line 2148 def deserialize(params) @Name = params['Name'] @Content = params['Content'] @Reference = params['Reference'] end |