Class: TencentCloud::Bm::V20180423::DeviceOperationLog
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Bm::V20180423::DeviceOperationLog
- Defined in:
- lib/v20180423/models.rb
Overview
设备操作日志
Instance Attribute Summary collapse
- #EndTime ⇒ Object
- #Id ⇒ Object
- #InstanceId ⇒ Object
- #LogDescription ⇒ Object
- #OpUin ⇒ Object
- #StartTime ⇒ Object
- #Status ⇒ Object
- #TaskDescription ⇒ Object
- #TaskId ⇒ Object
- #TaskName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, instanceid = nil, taskid = nil, taskname = nil, taskdescription = nil, starttime = nil, endtime = nil, status = nil, opuin = nil, logdescription = nil) ⇒ DeviceOperationLog
constructor
A new instance of DeviceOperationLog.
Constructor Details
#initialize(id = nil, instanceid = nil, taskid = nil, taskname = nil, taskdescription = nil, starttime = nil, endtime = nil, status = nil, opuin = nil, logdescription = nil) ⇒ DeviceOperationLog
Returns a new instance of DeviceOperationLog.
2567 2568 2569 2570 2571 2572 2573 2574 2575 2576 2577 2578 |
# File 'lib/v20180423/models.rb', line 2567 def initialize(id=nil, instanceid=nil, taskid=nil, taskname=nil, taskdescription=nil, starttime=nil, endtime=nil, status=nil, opuin=nil, logdescription=nil) @Id = id @InstanceId = instanceid @TaskId = taskid @TaskName = taskname @TaskDescription = taskdescription @StartTime = starttime @EndTime = endtime @Status = status @OpUin = opuin @LogDescription = logdescription end |
Instance Attribute Details
#EndTime ⇒ Object
2565 2566 2567 |
# File 'lib/v20180423/models.rb', line 2565 def EndTime @EndTime end |
#Id ⇒ Object
2565 2566 2567 |
# File 'lib/v20180423/models.rb', line 2565 def Id @Id end |
#InstanceId ⇒ Object
2565 2566 2567 |
# File 'lib/v20180423/models.rb', line 2565 def InstanceId @InstanceId end |
#LogDescription ⇒ Object
2565 2566 2567 |
# File 'lib/v20180423/models.rb', line 2565 def LogDescription @LogDescription end |
#OpUin ⇒ Object
2565 2566 2567 |
# File 'lib/v20180423/models.rb', line 2565 def OpUin @OpUin end |
#StartTime ⇒ Object
2565 2566 2567 |
# File 'lib/v20180423/models.rb', line 2565 def StartTime @StartTime end |
#Status ⇒ Object
2565 2566 2567 |
# File 'lib/v20180423/models.rb', line 2565 def Status @Status end |
#TaskDescription ⇒ Object
2565 2566 2567 |
# File 'lib/v20180423/models.rb', line 2565 def TaskDescription @TaskDescription end |
#TaskId ⇒ Object
2565 2566 2567 |
# File 'lib/v20180423/models.rb', line 2565 def TaskId @TaskId end |
#TaskName ⇒ Object
2565 2566 2567 |
# File 'lib/v20180423/models.rb', line 2565 def TaskName @TaskName end |
Instance Method Details
#deserialize(params) ⇒ Object
2580 2581 2582 2583 2584 2585 2586 2587 2588 2589 2590 2591 |
# File 'lib/v20180423/models.rb', line 2580 def deserialize(params) @Id = params['Id'] @InstanceId = params['InstanceId'] @TaskId = params['TaskId'] @TaskName = params['TaskName'] @TaskDescription = params['TaskDescription'] @StartTime = params['StartTime'] @EndTime = params['EndTime'] @Status = params['Status'] @OpUin = params['OpUin'] @LogDescription = params['LogDescription'] end |