Class: TencentCloud::Cfs::V20190719::CreateLifecycleDataTaskRequest
- Inherits:
-
TencentCloud::Common::AbstractModel
- Object
- TencentCloud::Common::AbstractModel
- TencentCloud::Cfs::V20190719::CreateLifecycleDataTaskRequest
- Defined in:
- lib/v20190719/models.rb
Overview
CreateLifecycleDataTask请求参数结构体
Instance Attribute Summary collapse
- #DataFlowId ⇒ Object
- #FileSystemId ⇒ Object
- #IsOverwrite ⇒ Object
- #TaskName ⇒ Object
- #TaskPath ⇒ Object
- #Type ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(filesystemid = nil, type = nil, taskpath = nil, taskname = nil, dataflowid = nil, isoverwrite = nil) ⇒ CreateLifecycleDataTaskRequest
constructor
A new instance of CreateLifecycleDataTaskRequest.
Constructor Details
#initialize(filesystemid = nil, type = nil, taskpath = nil, taskname = nil, dataflowid = nil, isoverwrite = nil) ⇒ CreateLifecycleDataTaskRequest
Returns a new instance of CreateLifecycleDataTaskRequest.
963 964 965 966 967 968 969 970 |
# File 'lib/v20190719/models.rb', line 963 def initialize(filesystemid=nil, type=nil, taskpath=nil, taskname=nil, dataflowid=nil, isoverwrite=nil) @FileSystemId = filesystemid @Type = type @TaskPath = taskpath @TaskName = taskname @DataFlowId = dataflowid @IsOverwrite = isoverwrite end |
Instance Attribute Details
#DataFlowId ⇒ Object
961 962 963 |
# File 'lib/v20190719/models.rb', line 961 def DataFlowId @DataFlowId end |
#FileSystemId ⇒ Object
961 962 963 |
# File 'lib/v20190719/models.rb', line 961 def FileSystemId @FileSystemId end |
#IsOverwrite ⇒ Object
961 962 963 |
# File 'lib/v20190719/models.rb', line 961 def IsOverwrite @IsOverwrite end |
#TaskName ⇒ Object
961 962 963 |
# File 'lib/v20190719/models.rb', line 961 def TaskName @TaskName end |
#TaskPath ⇒ Object
961 962 963 |
# File 'lib/v20190719/models.rb', line 961 def TaskPath @TaskPath end |
#Type ⇒ Object
961 962 963 |
# File 'lib/v20190719/models.rb', line 961 def Type @Type end |
Instance Method Details
#deserialize(params) ⇒ Object
972 973 974 975 976 977 978 979 |
# File 'lib/v20190719/models.rb', line 972 def deserialize(params) @FileSystemId = params['FileSystemId'] @Type = params['Type'] @TaskPath = params['TaskPath'] @TaskName = params['TaskName'] @DataFlowId = params['DataFlowId'] @IsOverwrite = params['IsOverwrite'] end |