Sha256: 607d03f10df65d3dacab1eb4df4056a3c7c0e75c3872e97a10fe14f9af4acbb0

Contents?: true

Size: 1.15 KB

Versions: 1

Compression:

Stored size: 1.15 KB

Contents

# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator.
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

module Azure::IotHub::Mgmt::V2019_07_01_preview
  module Models
    #
    # Routes that matched
    #
    class MatchedRoute

      include MsRestAzure

      # @return [RouteProperties] Properties of routes that matched
      attr_accessor :properties


      #
      # Mapper for MatchedRoute class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      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
    end
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure_mgmt_iot_hub-0.17.5 lib/2019-07-01-preview/generated/azure_mgmt_iot_hub/models/matched_route.rb