Class: Azure::Security::Mgmt::V2019_08_01::Models::IoTSecurityDeviceRecommendationsList
- Inherits:
-
Object
- Object
- Azure::Security::Mgmt::V2019_08_01::Models::IoTSecurityDeviceRecommendationsList
- Includes:
- MsRestAzure
- Defined in:
- lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_device_recommendations_list.rb
Overview
List of recommendations with the count of devices
Instance Attribute Summary collapse
-
#value ⇒ Array<IoTSecurityDeviceRecommendation>
recommendation data.
Class Method Summary collapse
-
.mapper ⇒ Object
Mapper for IoTSecurityDeviceRecommendationsList class as Ruby Hash.
Instance Attribute Details
#value ⇒ Array<IoTSecurityDeviceRecommendation>
recommendation data
17 18 19 |
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_device_recommendations_list.rb', line 17 def value @value end |
Class Method Details
.mapper ⇒ Object
Mapper for IoTSecurityDeviceRecommendationsList class as Ruby Hash. This will be used for serialization/deserialization.
24 25 26 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 |
# File 'lib/2019-08-01/generated/azure_mgmt_security/models/io_tsecurity_device_recommendations_list.rb', line 24 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IoTSecurityDeviceRecommendationsList', type: { name: 'Composite', class_name: 'IoTSecurityDeviceRecommendationsList', model_properties: { value: { client_side_validation: true, required: true, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IoTSecurityDeviceRecommendationElementType', type: { name: 'Composite', class_name: 'IoTSecurityDeviceRecommendation' } } } } } } } end |