Class: Azure::Security::Mgmt::V2019_01_01::Models::AlertEntity
- Inherits:
-
Object
- Object
- Azure::Security::Mgmt::V2019_01_01::Models::AlertEntity
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-01-01/generated/azure_mgmt_security/models/alert_entity.rb
Overview
Changing set of properties depending on the entity type.
Instance Attribute Summary collapse
-
#additional_properties ⇒ Object
collection.
-
#type ⇒ String
Type of entity.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for AlertEntity class as Ruby Hash.
Instance Attribute Details
#additional_properties ⇒ Object
collection
17 18 19 |
# File 'lib/2019-01-01/generated/azure_mgmt_security/models/alert_entity.rb', line 17 def additional_properties @additional_properties end |
#type ⇒ String
Returns Type of entity.
20 21 22 |
# File 'lib/2019-01-01/generated/azure_mgmt_security/models/alert_entity.rb', line 20 def type @type end |
Class Method Details
.mapper ⇒ Object
Mapper for AlertEntity class as Ruby Hash. This will be used for serialization/deserialization.
27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 |
# 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 |