class Azure::Security::Mgmt::V2017_08_01_preview::Models::IoTSecurityDeviceAlertsList
List of alerts with the count of raised alerts
Attributes
next_link[RW]
@return [String] The URI to fetch the next page.
value[RW]
@return [Array<IoTSecurityDeviceAlert>] List of top alerts data
Private Class Methods
mapper()
click to toggle source
Mapper for IoTSecurityDeviceAlertsList
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2017-08-01-preview/generated/azure_mgmt_security/models/io_tsecurity_device_alerts_list.rb, line 26 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IoTSecurityDeviceAlertsList', type: { name: 'Composite', class_name: 'IoTSecurityDeviceAlertsList', model_properties: { value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IoTSecurityDeviceAlertElementType', type: { name: 'Composite', class_name: 'IoTSecurityDeviceAlert' } } } }, next_link: { client_side_validation: true, required: false, read_only: true, serialized_name: 'nextLink', type: { name: 'String' } } } } } end