Class: TencentCloud::Wedata::V20210820::ProjectBaseInfoOpsRequest

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

Overview

基础信息

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, projectident = nil, projectname = nil, isadmin = nil) ⇒ ProjectBaseInfoOpsRequest

Returns a new instance of ProjectBaseInfoOpsRequest.



19561
19562
19563
19564
19565
19566
# File 'lib/v20210820/models.rb', line 19561

def initialize(projectid=nil, projectident=nil, projectname=nil, isadmin=nil)
  @ProjectId = projectid
  @ProjectIdent = projectident
  @ProjectName = projectname
  @IsAdmin = isadmin
end

Instance Attribute Details

#IsAdminObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



19559
19560
19561
# File 'lib/v20210820/models.rb', line 19559

def IsAdmin
  @IsAdmin
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



19559
19560
19561
# File 'lib/v20210820/models.rb', line 19559

def ProjectId
  @ProjectId
end

#ProjectIdentObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



19559
19560
19561
# File 'lib/v20210820/models.rb', line 19559

def ProjectIdent
  @ProjectIdent
end

#ProjectNameObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



19559
19560
19561
# File 'lib/v20210820/models.rb', line 19559

def ProjectName
  @ProjectName
end

Instance Method Details

#deserialize(params) ⇒ Object



19568
19569
19570
19571
19572
19573
# File 'lib/v20210820/models.rb', line 19568

def deserialize(params)
  @ProjectId = params['ProjectId']
  @ProjectIdent = params['ProjectIdent']
  @ProjectName = params['ProjectName']
  @IsAdmin = params['IsAdmin']
end