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.



12271
12272
12273
12274
12275
12276
12277
# File 'lib/v20190423/models.rb', line 12271

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时间戳



12269
12270
12271
# File 'lib/v20190423/models.rb', line 12269

def CreateTime
  @CreateTime
end

#ProjectDescObject

Parameters:

  • ProjectId:

    项目ID

  • ProjectName:

    项目名称

  • ProjectDesc:

    项目描述

  • CreateTime:

    创建时间,unix时间戳

  • UpdateTime:

    更新时间,unix时间戳



12269
12270
12271
# File 'lib/v20190423/models.rb', line 12269

def ProjectDesc
  @ProjectDesc
end

#ProjectIdObject

Parameters:

  • ProjectId:

    项目ID

  • ProjectName:

    项目名称

  • ProjectDesc:

    项目描述

  • CreateTime:

    创建时间,unix时间戳

  • UpdateTime:

    更新时间,unix时间戳



12269
12270
12271
# File 'lib/v20190423/models.rb', line 12269

def ProjectId
  @ProjectId
end

#ProjectNameObject

Parameters:

  • ProjectId:

    项目ID

  • ProjectName:

    项目名称

  • ProjectDesc:

    项目描述

  • CreateTime:

    创建时间,unix时间戳

  • UpdateTime:

    更新时间,unix时间戳



12269
12270
12271
# File 'lib/v20190423/models.rb', line 12269

def ProjectName
  @ProjectName
end

#UpdateTimeObject

Parameters:

  • ProjectId:

    项目ID

  • ProjectName:

    项目名称

  • ProjectDesc:

    项目描述

  • CreateTime:

    创建时间,unix时间戳

  • UpdateTime:

    更新时间,unix时间戳



12269
12270
12271
# File 'lib/v20190423/models.rb', line 12269

def UpdateTime
  @UpdateTime
end

Instance Method Details

#deserialize(params) ⇒ Object



12279
12280
12281
12282
12283
12284
12285
# File 'lib/v20190423/models.rb', line 12279

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