Sha256: 61d609489d32215a9e068c2707889ad3729781d156620392c98d770d741c5580
Contents?: true
Size: 1.14 KB
Versions: 6
Compression:
Stored size: 1.14 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::V2018_04_01 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
6 entries across 6 versions & 1 rubygems