Class: TencentCloud::Wedata::V20210820::CheckAlarmRegularNameExistRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::CheckAlarmRegularNameExistRequest
- Extended by:
- Gem::Deprecate
- Defined in:
- lib/v20210820/models.rb
Overview
CheckAlarmRegularNameExist请求参数结构体
Instance Attribute Summary collapse
- #AlarmRegularName ⇒ Object
- #Id ⇒ Object
- #MonitorType ⇒ Object
- #ProjectId ⇒ Object
- #TaskId ⇒ Object
- #TaskType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(projectid = nil, alarmregularname = nil, taskid = nil, id = nil, tasktype = nil, monitortype = nil) ⇒ CheckAlarmRegularNameExistRequest
constructor
A new instance of CheckAlarmRegularNameExistRequest.
Constructor Details
#initialize(projectid = nil, alarmregularname = nil, taskid = nil, id = nil, tasktype = nil, monitortype = nil) ⇒ CheckAlarmRegularNameExistRequest
Returns a new instance of CheckAlarmRegularNameExistRequest.
3185 3186 3187 3188 3189 3190 3191 3192 |
# File 'lib/v20210820/models.rb', line 3185 def initialize(projectid=nil, alarmregularname=nil, taskid=nil, id=nil, tasktype=nil, monitortype=nil) @ProjectId = projectid @AlarmRegularName = alarmregularname @TaskId = taskid @Id = id @TaskType = tasktype @MonitorType = monitortype end |
Instance Attribute Details
#AlarmRegularName ⇒ Object
3180 3181 3182 |
# File 'lib/v20210820/models.rb', line 3180 def AlarmRegularName @AlarmRegularName end |
#Id ⇒ Object
3180 3181 3182 |
# File 'lib/v20210820/models.rb', line 3180 def Id @Id end |
#MonitorType ⇒ Object
3180 3181 3182 |
# File 'lib/v20210820/models.rb', line 3180 def MonitorType @MonitorType end |
#ProjectId ⇒ Object
3180 3181 3182 |
# File 'lib/v20210820/models.rb', line 3180 def ProjectId @ProjectId end |
#TaskId ⇒ Object
3180 3181 3182 |
# File 'lib/v20210820/models.rb', line 3180 def TaskId @TaskId end |
#TaskType ⇒ Object
3180 3181 3182 |
# File 'lib/v20210820/models.rb', line 3180 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
3194 3195 3196 3197 3198 3199 3200 3201 |
# File 'lib/v20210820/models.rb', line 3194 def deserialize(params) @ProjectId = params['ProjectId'] @AlarmRegularName = params['AlarmRegularName'] @TaskId = params['TaskId'] @Id = params['Id'] @TaskType = params['TaskType'] @MonitorType = params['MonitorType'] end |