class Azure::IotHub::Mgmt::V2019_03_22_preview::Models::MatchedRoute

Routes that matched

Attributes

properties[RW]

@return [RouteProperties] Properties of routes that matched

Private Class Methods

mapper() click to toggle source

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

# File lib/2019-03-22-preview/generated/azure_mgmt_iot_hub/models/matched_route.rb, line 23
def self.mapper()
  {
    client_side_validation: true,
    required: false,
    serialized_name: 'MatchedRoute',
    type: {
      name: 'Composite',
      class_name: 'MatchedRoute',
      model_properties: {
        properties: {
          client_side_validation: true,
          required: false,
          serialized_name: 'properties',
          type: {
            name: 'Composite',
            class_name: 'RouteProperties'
          }
        }
      }
    }
  }
end