Class: TencentCloud::Wedata::V20210820::DeleteTaskAlarmRegularRequest

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

Overview

DeleteTaskAlarmRegular请求参数结构体

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(id = nil, projectid = nil, taskid = nil, tasktype = nil) ⇒ DeleteTaskAlarmRegularRequest



7833
7834
7835
7836
7837
7838
# File 'lib/v20210820/models.rb', line 7833

def initialize(id=nil, projectid=nil, taskid=nil, tasktype=nil)
  @Id = id
  @ProjectId = projectid
  @TaskId = taskid
  @TaskType = tasktype
end

Instance Attribute Details

#IdObject



7831
7832
7833
# File 'lib/v20210820/models.rb', line 7831

def Id
  @Id
end

#ProjectIdObject



7831
7832
7833
# File 'lib/v20210820/models.rb', line 7831

def ProjectId
  @ProjectId
end

#TaskIdObject



7831
7832
7833
# File 'lib/v20210820/models.rb', line 7831

def TaskId
  @TaskId
end

#TaskTypeObject



7831
7832
7833
# File 'lib/v20210820/models.rb', line 7831

def TaskType
  @TaskType
end

Instance Method Details

#deserialize(params) ⇒ Object



7840
7841
7842
7843
7844
7845
# File 'lib/v20210820/models.rb', line 7840

def deserialize(params)
  @Id = params['Id']
  @ProjectId = params['ProjectId']
  @TaskId = params['TaskId']
  @TaskType = params['TaskType']
end