Sha256: 2ce6bbcdb700bd25cc609903743ba197aee6157e4249b31a6f72c45a76cf9e47
Contents?: true
Size: 1.55 KB
Versions: 3
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_03_22_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
3 entries across 3 versions & 1 rubygems