Class: TencentCloud::Wedata::V20250806::BindProject

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20250806/models.rb

Overview

关联绑定的project

Instance Attribute Summary collapse

Instance Method Summary collapse

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

#ProjectDisplayNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ProjectId:

    项目id

  • ProjectName:

    项目名称

  • ProjectDisplayName:

    项目展示名称



524
525
526
# File 'lib/v20250806/models.rb', line 524

def ProjectDisplayName
  @ProjectDisplayName
end

#ProjectIdObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ProjectId:

    项目id

  • ProjectName:

    项目名称

  • ProjectDisplayName:

    项目展示名称



524
525
526
# File 'lib/v20250806/models.rb', line 524

def ProjectId
  @ProjectId
end

#ProjectNameObject

注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。注意:此字段可能返回 null,表示取不到有效值。

Parameters:

  • ProjectId:

    项目id

  • ProjectName:

    项目名称

  • ProjectDisplayName:

    项目展示名称



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