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.
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
#CreateTime ⇒ Object
12269 12270 12271 |
# File 'lib/v20190423/models.rb', line 12269 def CreateTime @CreateTime end |
#ProjectDesc ⇒ Object
12269 12270 12271 |
# File 'lib/v20190423/models.rb', line 12269 def ProjectDesc @ProjectDesc end |
#ProjectId ⇒ Object
12269 12270 12271 |
# File 'lib/v20190423/models.rb', line 12269 def ProjectId @ProjectId end |
#ProjectName ⇒ Object
12269 12270 12271 |
# File 'lib/v20190423/models.rb', line 12269 def ProjectName @ProjectName end |
#UpdateTime ⇒ Object
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 |