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.



30247
30248
30249
30250
30251
30252
# File 'lib/v20210820/models.rb', line 30247

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



30245
30246
30247
# File 'lib/v20210820/models.rb', line 30245

def IsAdmin
  @IsAdmin
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



30245
30246
30247
# File 'lib/v20210820/models.rb', line 30245

def ProjectId
  @ProjectId
end

#ProjectIdentObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



30245
30246
30247
# File 'lib/v20210820/models.rb', line 30245

def ProjectIdent
  @ProjectIdent
end

#ProjectNameObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



30245
30246
30247
# File 'lib/v20210820/models.rb', line 30245

def ProjectName
  @ProjectName
end

Instance Method Details

#deserialize(params) ⇒ Object



30254
30255
30256
30257
30258
30259
# File 'lib/v20210820/models.rb', line 30254

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