Sha256: ac72506568d4d5c43eeaeac9d465388bc7656bd61d0d9f965162719a3b3c0da4
Contents?: true
Size: 1.44 KB
Versions: 1
Compression:
Stored size: 1.44 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 # # Position where the route error happened # class RouteErrorPosition include MsRestAzure # @return [Integer] Line where the route error happened attr_accessor :line # @return [Integer] Column where the route error happened attr_accessor :column # # Mapper for RouteErrorPosition class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'RouteErrorPosition', type: { name: 'Composite', class_name: 'RouteErrorPosition', model_properties: { line: { client_side_validation: true, required: false, serialized_name: 'line', type: { name: 'Number' } }, column: { client_side_validation: true, required: false, serialized_name: 'column', type: { name: 'Number' } } } } } 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_position.rb |