Class: TencentCloud::Wedata::V20210820::DescribeAlarmReceiverRequest
- Inherits:
-
Common::AbstractModel
- Object
- Common::AbstractModel
- TencentCloud::Wedata::V20210820::DescribeAlarmReceiverRequest
- Defined in:
- lib/v20210820/models.rb
Overview
DescribeAlarmReceiver请求参数结构体
Instance Attribute Summary collapse
- #AlarmId ⇒ Object
- #AlarmRecipient ⇒ Object
- #AlarmRecipientName ⇒ Object
- #AlarmTime ⇒ Object
- #MessageId ⇒ Object
- #MonitorType ⇒ Object
- #PageNumber ⇒ Object
- #PageSize ⇒ Object
- #ProjectId ⇒ Object
- #RecordId ⇒ Object
- #TaskType ⇒ Object
Instance Method Summary collapse
- #deserialize(params) ⇒ Object
-
#initialize(alarmid = nil, pagenumber = nil, pagesize = nil, projectid = nil, tasktype = nil, alarmrecipient = nil, alarmrecipientname = nil, alarmtime = nil, messageid = nil, recordid = nil, monitortype = nil) ⇒ DescribeAlarmReceiverRequest
constructor
A new instance of DescribeAlarmReceiverRequest.
Constructor Details
#initialize(alarmid = nil, pagenumber = nil, pagesize = nil, projectid = nil, tasktype = nil, alarmrecipient = nil, alarmrecipientname = nil, alarmtime = nil, messageid = nil, recordid = nil, monitortype = nil) ⇒ DescribeAlarmReceiverRequest
Returns a new instance of DescribeAlarmReceiverRequest.
8285 8286 8287 8288 8289 8290 8291 8292 8293 8294 8295 8296 8297 |
# File 'lib/v20210820/models.rb', line 8285 def initialize(alarmid=nil, pagenumber=nil, pagesize=nil, projectid=nil, tasktype=nil, alarmrecipient=nil, alarmrecipientname=nil, alarmtime=nil, =nil, recordid=nil, monitortype=nil) @AlarmId = alarmid @PageNumber = pagenumber @PageSize = pagesize @ProjectId = projectid @TaskType = tasktype @AlarmRecipient = alarmrecipient @AlarmRecipientName = alarmrecipientname @AlarmTime = alarmtime @MessageId = @RecordId = recordid @MonitorType = monitortype end |
Instance Attribute Details
#AlarmId ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def AlarmId @AlarmId end |
#AlarmRecipient ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def AlarmRecipient @AlarmRecipient end |
#AlarmRecipientName ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def AlarmRecipientName @AlarmRecipientName end |
#AlarmTime ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def AlarmTime @AlarmTime end |
#MessageId ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def MessageId @MessageId end |
#MonitorType ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def MonitorType @MonitorType end |
#PageNumber ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def PageNumber @PageNumber end |
#PageSize ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def PageSize @PageSize end |
#ProjectId ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def ProjectId @ProjectId end |
#RecordId ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def RecordId @RecordId end |
#TaskType ⇒ Object
8283 8284 8285 |
# File 'lib/v20210820/models.rb', line 8283 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
8299 8300 8301 8302 8303 8304 8305 8306 8307 8308 8309 8310 8311 |
# File 'lib/v20210820/models.rb', line 8299 def deserialize(params) @AlarmId = params['AlarmId'] @PageNumber = params['PageNumber'] @PageSize = params['PageSize'] @ProjectId = params['ProjectId'] @TaskType = params['TaskType'] @AlarmRecipient = params['AlarmRecipient'] @AlarmRecipientName = params['AlarmRecipientName'] @AlarmTime = params['AlarmTime'] @MessageId = params['MessageId'] @RecordId = params['RecordId'] @MonitorType = params['MonitorType'] end |