class Azure::AlertsManagement::Mgmt::V2019_03_01::Models::AlertModification
Alert
Modification details
Attributes
properties[RW]
@return [AlertModificationProperties]
Public Class Methods
mapper()
click to toggle source
Mapper for AlertModification
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-03-01/generated/azure_mgmt_alerts_management/models/alert_modification.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'alertModification', type: { name: 'Composite', class_name: 'AlertModification', model_properties: { id: { client_side_validation: true, required: false, read_only: true, serialized_name: 'id', type: { name: 'String' } }, type: { client_side_validation: true, required: false, read_only: true, serialized_name: 'type', type: { name: 'String' } }, name: { client_side_validation: true, required: false, read_only: true, serialized_name: 'name', type: { name: 'String' } }, properties: { client_side_validation: true, required: false, serialized_name: 'properties', type: { name: 'Composite', class_name: 'AlertModificationProperties' } } } } } end