Class: TencentCloud::Wedata::V20210820::CheckIntegrationTaskNameExistsRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CheckIntegrationTaskNameExistsRequest
- Defined in:
- lib/v20210820/models.rb
Overview
CheckIntegrationTaskNameExists请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(taskname = nil, projectid = nil, taskid = nil, synctype = nil) ⇒ CheckIntegrationTaskNameExistsRequest
constructor
A new instance of CheckIntegrationTaskNameExistsRequest.
Constructor Details
#initialize(taskname = nil, projectid = nil, taskid = nil, synctype = nil) ⇒ CheckIntegrationTaskNameExistsRequest
Returns a new instance of CheckIntegrationTaskNameExistsRequest.
2952 2953 2954 2955 2956 2957 |
# File 'lib/v20210820/models.rb', line 2952 def initialize(taskname=nil, projectid=nil, taskid=nil, synctype=nil) @TaskName = taskname @ProjectId = projectid @TaskId = taskid @SyncType = synctype end |
Instance Attribute Details
#ProjectId ⇒ Object
2950 2951 2952 |
# File 'lib/v20210820/models.rb', line 2950 def ProjectId @ProjectId end |
#SyncType ⇒ Object
2950 2951 2952 |
# File 'lib/v20210820/models.rb', line 2950 def SyncType @SyncType end |
#TaskId ⇒ Object
2950 2951 2952 |
# File 'lib/v20210820/models.rb', line 2950 def TaskId @TaskId end |
#TaskName ⇒ Object
2950 2951 2952 |
# File 'lib/v20210820/models.rb', line 2950 def TaskName @TaskName end |
Instance Method Details
#deserialize(params) ⇒ Object
2959 2960 2961 2962 2963 2964 |
# File 'lib/v20210820/models.rb', line 2959 def deserialize(params) @TaskName = params['TaskName'] @ProjectId = params['ProjectId'] @TaskId = params['TaskId'] @SyncType = params['SyncType'] end |