Class: TencentCloud::Oceanus::V20190422::CopyJobItem
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Oceanus::V20190422::CopyJobItem
- Defined in:
- lib/v20190422/models.rb
Overview
复制作业单条明细
Instance Attribute Summary collapse
- #JobType ⇒ Object
- #SourceId ⇒ Object
- #SourceName ⇒ Object
- #TargetClusterId ⇒ Object
- #TargetFolderId ⇒ Object
- #TargetName ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(sourceid = nil, targetclusterid = nil, sourcename = nil, targetname = nil, targetfolderid = nil, jobtype = nil) ⇒ CopyJobItem
constructor
A new instance of CopyJobItem.
Constructor Details
#initialize(sourceid = nil, targetclusterid = nil, sourcename = nil, targetname = nil, targetfolderid = nil, jobtype = nil) ⇒ CopyJobItem
Returns a new instance of CopyJobItem.
792 793 794 795 796 797 798 799 |
# File 'lib/v20190422/models.rb', line 792 def initialize(sourceid=nil, targetclusterid=nil, sourcename=nil, targetname=nil, targetfolderid=nil, jobtype=nil) @SourceId = sourceid @TargetClusterId = targetclusterid @SourceName = sourcename @TargetName = targetname @TargetFolderId = targetfolderid @JobType = jobtype end |
Instance Attribute Details
#JobType ⇒ Object
790 791 792 |
# File 'lib/v20190422/models.rb', line 790 def JobType @JobType end |
#SourceId ⇒ Object
790 791 792 |
# File 'lib/v20190422/models.rb', line 790 def SourceId @SourceId end |
#SourceName ⇒ Object
790 791 792 |
# File 'lib/v20190422/models.rb', line 790 def SourceName @SourceName end |
#TargetClusterId ⇒ Object
790 791 792 |
# File 'lib/v20190422/models.rb', line 790 def TargetClusterId @TargetClusterId end |
#TargetFolderId ⇒ Object
790 791 792 |
# File 'lib/v20190422/models.rb', line 790 def TargetFolderId @TargetFolderId end |
#TargetName ⇒ Object
790 791 792 |
# File 'lib/v20190422/models.rb', line 790 def TargetName @TargetName end |
Instance Method Details
#deserialize(params) ⇒ Object
801 802 803 804 805 806 807 808 |
# File 'lib/v20190422/models.rb', line 801 def deserialize(params) @SourceId = params['SourceId'] @TargetClusterId = params['TargetClusterId'] @SourceName = params['SourceName'] @TargetName = params['TargetName'] @TargetFolderId = params['TargetFolderId'] @JobType = params['JobType'] end |