Sha256: bad77ff70665b21ad43d152825ca0512ee762e20af1e38b03a5e6e6cb1bfb73e
Contents?: true
Size: 1.2 KB
Versions: 2
Compression:
Stored size: 1.2 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # The integration account map filter for odata query. # class IntegrationAccountMapFilter include MsRestAzure include MsRest::JSONable # @return [MapType] The map type of integration account map. Possible # values include: 'NotSpecified', 'Xslt' attr_accessor :map_type # # Mapper for IntegrationAccountMapFilter class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'IntegrationAccountMapFilter', type: { name: 'Composite', class_name: 'IntegrationAccountMapFilter', model_properties: { map_type: { required: true, serialized_name: 'mapType', type: { name: 'Enum', module: 'MapType' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems