Class: TencentCloud::Iotcloud::V20180614::TaskInfo
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Iotcloud::V20180614::TaskInfo
- Defined in:
- lib/v20180614/models.rb
Overview
任务列表详细信息
Instance Attribute Summary collapse
- #CreateTime ⇒ Object
- #ErrMsg ⇒ Object
- #Id ⇒ Object
- #ProductId ⇒ Object
- #RetCode ⇒ Object
- #Status ⇒ Object
- #Type ⇒ Object
- #UpdateTime ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(type = nil, id = nil, productid = nil, status = nil, createtime = nil, updatetime = nil, retcode = nil, errmsg = nil) ⇒ TaskInfo
constructor
A new instance of TaskInfo.
Constructor Details
#initialize(type = nil, id = nil, productid = nil, status = nil, createtime = nil, updatetime = nil, retcode = nil, errmsg = nil) ⇒ TaskInfo
Returns a new instance of TaskInfo.
4284 4285 4286 4287 4288 4289 4290 4291 4292 4293 |
# File 'lib/v20180614/models.rb', line 4284 def initialize(type=nil, id=nil, productid=nil, status=nil, createtime=nil, updatetime=nil, retcode=nil, errmsg=nil) @Type = type @Id = id @ProductId = productid @Status = status @CreateTime = createtime @UpdateTime = updatetime @RetCode = retcode @ErrMsg = errmsg end |
Instance Attribute Details
#CreateTime ⇒ Object
4282 4283 4284 |
# File 'lib/v20180614/models.rb', line 4282 def CreateTime @CreateTime end |
#ErrMsg ⇒ Object
4282 4283 4284 |
# File 'lib/v20180614/models.rb', line 4282 def ErrMsg @ErrMsg end |
#Id ⇒ Object
4282 4283 4284 |
# File 'lib/v20180614/models.rb', line 4282 def Id @Id end |
#ProductId ⇒ Object
4282 4283 4284 |
# File 'lib/v20180614/models.rb', line 4282 def ProductId @ProductId end |
#RetCode ⇒ Object
4282 4283 4284 |
# File 'lib/v20180614/models.rb', line 4282 def RetCode @RetCode end |
#Status ⇒ Object
4282 4283 4284 |
# File 'lib/v20180614/models.rb', line 4282 def Status @Status end |
#Type ⇒ Object
4282 4283 4284 |
# File 'lib/v20180614/models.rb', line 4282 def Type @Type end |
#UpdateTime ⇒ Object
4282 4283 4284 |
# File 'lib/v20180614/models.rb', line 4282 def UpdateTime @UpdateTime end |
Instance Method Details
#deserialize(params) ⇒ Object
4295 4296 4297 4298 4299 4300 4301 4302 4303 4304 |
# File 'lib/v20180614/models.rb', line 4295 def deserialize(params) @Type = params['Type'] @Id = params['Id'] @ProductId = params['ProductId'] @Status = params['Status'] @CreateTime = params['CreateTime'] @UpdateTime = params['UpdateTime'] @RetCode = params['RetCode'] @ErrMsg = params['ErrMsg'] end |