Sha256: 902f2d03a48fab4eaff5f41bb1bb71547f936b78265453daa246ef2e365ae8e1

Contents?: true

Size: 1.55 KB

Versions: 1

Compression:

Stored size: 1.55 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
    #
    # Range of route errors
    #
    class RouteErrorRange

      include MsRestAzure

      # @return [RouteErrorPosition] Start where the route error happened
      attr_accessor :start

      # @return [RouteErrorPosition] End where the route error happened
      attr_accessor :end_property


      #
      # Mapper for RouteErrorRange class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'RouteErrorRange',
          type: {
            name: 'Composite',
            class_name: 'RouteErrorRange',
            model_properties: {
              start: {
                client_side_validation: true,
                required: false,
                serialized_name: 'start',
                type: {
                  name: 'Composite',
                  class_name: 'RouteErrorPosition'
                }
              },
              end_property: {
                client_side_validation: true,
                required: false,
                serialized_name: 'end',
                type: {
                  name: 'Composite',
                  class_name: 'RouteErrorPosition'
                }
              }
            }
          }
        }
      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/route_error_range.rb