class Azure::Security::Mgmt::V2019_01_01::Models::AlertEntity

Changing set of properties depending on the entity type.

Attributes

additional_properties[RW]

@return Unmatched properties from the message are deserialized this collection

type[RW]

@return [String] Type of entity

Private Class Methods

mapper() click to toggle source

Mapper for AlertEntity class as Ruby Hash. This will be used for serialization/deserialization.

# File lib/2019-01-01/generated/azure_mgmt_security/models/alert_entity.rb, line 27
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'AlertEntity',
    type: {
      name: 'Composite',
      class_name: 'AlertEntity',
      model_properties: {
        additional_properties: {
          client_side_validation: true,
          required: false,
          type: {
            name: 'Dictionary',
            value: {
                client_side_validation: true,
                required: false,
                serialized_name: 'ObjectElementType',
                type: {
                  name: 'Object'
                }
            }
          }
        },
        type: {
          client_side_validation: true,
          required: false,
          read_only: true,
          serialized_name: 'type',
          type: {
            name: 'String'
          }
        }
      }
    }
  }
end