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.



28899
28900
28901
28902
28903
28904
# File 'lib/v20210820/models.rb', line 28899

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



28897
28898
28899
# File 'lib/v20210820/models.rb', line 28897

def IsAdmin
  @IsAdmin
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



28897
28898
28899
# File 'lib/v20210820/models.rb', line 28897

def ProjectId
  @ProjectId
end

#ProjectIdentObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



28897
28898
28899
# File 'lib/v20210820/models.rb', line 28897

def ProjectIdent
  @ProjectIdent
end

#ProjectNameObject

Parameters:

  • ProjectId:

    项目Id

  • ProjectIdent:

    项目标识

  • ProjectName:

    项目名称

  • IsAdmin:

    是否admin



28897
28898
28899
# File 'lib/v20210820/models.rb', line 28897

def ProjectName
  @ProjectName
end

Instance Method Details

#deserialize(params) ⇒ Object



28906
28907
28908
28909
28910
28911
# File 'lib/v20210820/models.rb', line 28906

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