Class: TencentCloud::Wedata::V20210820::DeleteTaskAlarmRegularRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DeleteTaskAlarmRegularRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DeleteTaskAlarmRegular请求参数结构体
Instance Attribute Summary collapse
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(id = nil, projectid = nil, taskid = nil, tasktype = nil) ⇒ DeleteTaskAlarmRegularRequest
constructor
A new instance of DeleteTaskAlarmRegularRequest.
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
#Id ⇒ Object
7831 7832 7833 |
# File 'lib/v20210820/models.rb', line 7831 def Id @Id end |
#ProjectId ⇒ Object
7831 7832 7833 |
# File 'lib/v20210820/models.rb', line 7831 def ProjectId @ProjectId end |
#TaskId ⇒ Object
7831 7832 7833 |
# File 'lib/v20210820/models.rb', line 7831 def TaskId @TaskId end |
#TaskType ⇒ Object
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 |