Class: TencentCloud::Wedata::V20250806::BindProject
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20250806::BindProject
- Defined in:
- lib/v20250806/models.rb
Overview
关联绑定的project
Instance Attribute Summary collapse
-
#ProjectDisplayName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
-
#ProjectName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。 注意:此字段可能返回 null,表示取不到有效值。.
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, projectname = nil, projectdisplayname = nil) ⇒ BindProject
constructor
A new instance of BindProject.
Constructor Details
#initialize(projectid = nil, projectname = nil, projectdisplayname = nil) ⇒ BindProject
Returns a new instance of BindProject.
526 527 528 529 530 |
# File 'lib/v20250806/models.rb', line 526 def initialize(projectid=nil, projectname=nil, projectdisplayname=nil) @ProjectId = projectid @ProjectName = projectname @ProjectDisplayName = projectdisplayname end |
Instance Attribute Details
#ProjectDisplayName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
524 525 526 |
# File 'lib/v20250806/models.rb', line 524 def ProjectDisplayName @ProjectDisplayName end |
#ProjectId ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
524 525 526 |
# File 'lib/v20250806/models.rb', line 524 def ProjectId @ProjectId end |
#ProjectName ⇒ Object
注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。
524 525 526 |
# File 'lib/v20250806/models.rb', line 524 def ProjectName @ProjectName end |
Instance Method Details
#deserialize(params) ⇒ Object
532 533 534 535 536 |
# File 'lib/v20250806/models.rb', line 532 def deserialize(params) @ProjectId = params['ProjectId'] @ProjectName = params['ProjectName'] @ProjectDisplayName = params['ProjectDisplayName'] end |