Sha256: 2bee070763e492773bcc9c2e725fafd3318c36fea980b14e4bc370c5c2b112a0

Contents?: true

Size: 1.26 KB

Versions: 5

Compression:

Stored size: 1.26 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::Logic::Mgmt::V2018_07_01_preview
  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', 'Xslt20', 'Xslt30', 'Liquid'
      attr_accessor :map_type


      #
      # Mapper for IntegrationAccountMapFilter class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          client_side_validation: true,
          required: false,
          serialized_name: 'IntegrationAccountMapFilter',
          type: {
            name: 'Composite',
            class_name: 'IntegrationAccountMapFilter',
            model_properties: {
              map_type: {
                client_side_validation: true,
                required: true,
                serialized_name: 'mapType',
                type: {
                  name: 'String'
                }
              }
            }
          }
        }
      end
    end
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
azure_mgmt_logic-0.18.3 lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_map_filter.rb
azure_mgmt_logic-0.18.2 lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_map_filter.rb
azure_mgmt_logic-0.18.1 lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_map_filter.rb
azure_mgmt_logic-0.18.0 lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_map_filter.rb
azure_mgmt_logic-0.17.2 lib/2018-07-01-preview/generated/azure_mgmt_logic/models/integration_account_map_filter.rb