Sha256: 66daa8f77b4c6a5f5f9e5aab4756ee484f4b65d0f7d180ba3ea25bcb91c72016

Contents?: true

Size: 1.26 KB

Versions: 1

Compression:

Stored size: 1.26 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 agreement filter for odata query.
    #
    class IntegrationAccountAgreementFilter

      include MsRestAzure

      # @return [AgreementType] The agreement type of integration account
      # agreement. Possible values include: 'NotSpecified', 'AS2', 'X12',
      # 'Edifact'
      attr_accessor :agreement_type


      #
      # Mapper for IntegrationAccountAgreementFilter class as Ruby Hash.
      # This will be used for serialization/deserialization.
      #
      def self.mapper()
        {
          required: false,
          serialized_name: 'IntegrationAccountAgreementFilter',
          type: {
            name: 'Composite',
            class_name: 'IntegrationAccountAgreementFilter',
            model_properties: {
              agreement_type: {
                required: true,
                serialized_name: 'agreementType',
                type: {
                  name: 'Enum',
                  module: 'AgreementType'
                }
              }
            }
          }
        }
      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_agreement_filter.rb