Sha256: a7e308b52f0b8d7809730552c122a14cf343c8af481aed968317b4496a260a0c
Contents?: true
Size: 1.17 KB
Versions: 1
Compression:
Stored size: 1.17 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.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 # @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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.10.0 | lib/generated/azure_mgmt_logic/models/integration_account_map_filter.rb |