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