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.
8223 8224 8225 8226 8227 8228 8229 8230 8231 8232 8233 8234 8235 |
# File 'lib/v20210820/models.rb', line 8223 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
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def AlarmId @AlarmId end |
#AlarmRecipient ⇒ Object
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def AlarmRecipient @AlarmRecipient end |
#AlarmRecipientName ⇒ Object
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def AlarmRecipientName @AlarmRecipientName end |
#AlarmTime ⇒ Object
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def AlarmTime @AlarmTime end |
#MessageId ⇒ Object
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def MessageId @MessageId end |
#MonitorType ⇒ Object
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def MonitorType @MonitorType end |
#PageNumber ⇒ Object
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def PageNumber @PageNumber end |
#PageSize ⇒ Object
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def PageSize @PageSize end |
#ProjectId ⇒ Object
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def ProjectId @ProjectId end |
#RecordId ⇒ Object
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def RecordId @RecordId end |
#TaskType ⇒ Object
8221 8222 8223 |
# File 'lib/v20210820/models.rb', line 8221 def TaskType @TaskType end |
Instance Method Details
#deserialize(params) ⇒ Object
8237 8238 8239 8240 8241 8242 8243 8244 8245 8246 8247 8248 8249 |
# File 'lib/v20210820/models.rb', line 8237 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 |