Class: TencentCloud::Msp::V20180319::TaskStatus

Inherits:
Common::AbstractModel
  • Object
show all
Defined in:
lib/v20180319/models.rb

Overview

迁移详情列表

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(status = nil, progress = nil, updatetime = nil) ⇒ TaskStatus

Returns a new instance of TaskStatus.



507
508
509
510
511
# File 'lib/v20180319/models.rb', line 507

def initialize(status=nil, progress=nil, updatetime=nil)
  @Status = status
  @Progress = progress
  @UpdateTime = updatetime
end

Instance Attribute Details

#ProgressObject

Parameters:

  • Status:

    迁移状态

  • Progress:

    迁移进度

  • UpdateTime:

    迁移日期



505
506
507
# File 'lib/v20180319/models.rb', line 505

def Progress
  @Progress
end

#StatusObject

Parameters:

  • Status:

    迁移状态

  • Progress:

    迁移进度

  • UpdateTime:

    迁移日期



505
506
507
# File 'lib/v20180319/models.rb', line 505

def Status
  @Status
end

#UpdateTimeObject

Parameters:

  • Status:

    迁移状态

  • Progress:

    迁移进度

  • UpdateTime:

    迁移日期



505
506
507
# File 'lib/v20180319/models.rb', line 505

def UpdateTime
  @UpdateTime
end

Instance Method Details

#deserialize(params) ⇒ Object



513
514
515
516
517
# File 'lib/v20180319/models.rb', line 513

def deserialize(params)
  @Status = params['Status']
  @Progress = params['Progress']
  @UpdateTime = params['UpdateTime']
end