Class: TencentCloud::Iotexplorer::V20190423::ProjectEntry
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotexplorer::V20190423::ProjectEntry
- Defined in:
- lib/v20190423/models.rb
Overview
项目详情
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #ProjectDesc ⇒ Object
- #ProjectId ⇒ Object
- #ProjectName ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, projectname = nil, projectdesc = nil, createtime = nil, updatetime = nil) ⇒ ProjectEntry
constructor
A new instance of ProjectEntry.
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
#CreateTime ⇒ Object
12253 12254 12255 |
# File 'lib/v20190423/models.rb', line 12253 def CreateTime @CreateTime end |
#ProjectDesc ⇒ Object
12253 12254 12255 |
# File 'lib/v20190423/models.rb', line 12253 def ProjectDesc @ProjectDesc end |
#ProjectId ⇒ Object
12253 12254 12255 |
# File 'lib/v20190423/models.rb', line 12253 def ProjectId @ProjectId end |
#ProjectName ⇒ Object
12253 12254 12255 |
# File 'lib/v20190423/models.rb', line 12253 def ProjectName @ProjectName end |
#UpdateTime ⇒ Object
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 |