Class: TencentCloud::Iotexplorer::V20190423::ProjectEntry

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

Overview

项目详情

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(projectid = nil, projectname = nil, projectdesc = nil, createtime = nil, updatetime = nil) ⇒ ProjectEntry

Returns a new instance of ProjectEntry.



12255
12256
12257
12258
12259
12260
12261
# File 'lib/v20190423/models.rb', line 12255

def initialize(projectid=nil, projectname=nil, projectdesc=nil, createtime=nil, updatetime=nil)
  @ProjectId = projectid
  @ProjectName = projectname
  @ProjectDesc = projectdesc
  @CreateTime = createtime
  @UpdateTime = updatetime
end

Instance Attribute Details

#CreateTimeObject

Parameters:

  • ProjectId:

    项目ID

  • ProjectName:

    项目名称

  • ProjectDesc:

    项目描述

  • CreateTime:

    创建时间,unix时间戳

  • UpdateTime:

    更新时间,unix时间戳



12253
12254
12255
# File 'lib/v20190423/models.rb', line 12253

def CreateTime
  @CreateTime
end

#ProjectDescObject

Parameters:

  • ProjectId:

    项目ID

  • ProjectName:

    项目名称

  • ProjectDesc:

    项目描述

  • CreateTime:

    创建时间,unix时间戳

  • UpdateTime:

    更新时间,unix时间戳



12253
12254
12255
# File 'lib/v20190423/models.rb', line 12253

def ProjectDesc
  @ProjectDesc
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • ProjectName:

    项目名称

  • ProjectDesc:

    项目描述

  • CreateTime:

    创建时间,unix时间戳

  • UpdateTime:

    更新时间,unix时间戳



12253
12254
12255
# File 'lib/v20190423/models.rb', line 12253

def ProjectId
  @ProjectId
end

#ProjectNameObject

Parameters:

  • ProjectId:

    项目ID

  • ProjectName:

    项目名称

  • ProjectDesc:

    项目描述

  • CreateTime:

    创建时间,unix时间戳

  • UpdateTime:

    更新时间,unix时间戳



12253
12254
12255
# File 'lib/v20190423/models.rb', line 12253

def ProjectName
  @ProjectName
end

#UpdateTimeObject

Parameters:

  • ProjectId:

    项目ID

  • ProjectName:

    项目名称

  • ProjectDesc:

    项目描述

  • CreateTime:

    创建时间,unix时间戳

  • UpdateTime:

    更新时间,unix时间戳



12253
12254
12255
# File 'lib/v20190423/models.rb', line 12253

def UpdateTime
  @UpdateTime
end

Instance Method Details

#deserialize(params) ⇒ Object



12263
12264
12265
12266
12267
12268
12269
# File 'lib/v20190423/models.rb', line 12263

def deserialize(params)
  @ProjectId = params['ProjectId']
  @ProjectName = params['ProjectName']
  @ProjectDesc = params['ProjectDesc']
  @CreateTime = params['CreateTime']
  @UpdateTime = params['UpdateTime']
end