class Azure::Security::Mgmt::V2019_08_01::Models::IotRecommendationTypeList
List of recommendation types
Attributes
value[RW]
@return [Array<IotRecommendationType>] List data
Public Class Methods
mapper()
click to toggle source
Mapper for IotRecommendationTypeList
class as Ruby Hash. This will be used for serialization/deserialization.
# File lib/2019-08-01/generated/azure_mgmt_security/models/iot_recommendation_type_list.rb, line 23 def self.mapper() { client_side_validation: true, required: false, serialized_name: 'IotRecommendationTypeList', type: { name: 'Composite', class_name: 'IotRecommendationTypeList', model_properties: { value: { client_side_validation: true, required: false, serialized_name: 'value', type: { name: 'Sequence', element: { client_side_validation: true, required: false, serialized_name: 'IotRecommendationTypeElementType', type: { name: 'Composite', class_name: 'IotRecommendationType' } } } } } } } end