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.



19277
19278
19279
19280
19281
19282
# File 'lib/v20210820/models.rb', line 19277

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



19275
19276
19277
# File 'lib/v20210820/models.rb', line 19275

def IsAdmin
  @IsAdmin
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



19275
19276
19277
# File 'lib/v20210820/models.rb', line 19275

def ProjectId
  @ProjectId
end

#ProjectIdentObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



19275
19276
19277
# File 'lib/v20210820/models.rb', line 19275

def ProjectIdent
  @ProjectIdent
end

#ProjectNameObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



19275
19276
19277
# File 'lib/v20210820/models.rb', line 19275

def ProjectName
  @ProjectName
end

Instance Method Details

#deserialize(params) ⇒ Object



19284
19285
19286
19287
19288
19289
# File 'lib/v20210820/models.rb', line 19284

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