Sha256: b4e8a603cd2c59871a832e6df407559ee366c9c36087e0eb843d9c045c3046f1
Contents?: true
Size: 1.36 KB
Versions: 5
Compression:
Stored size: 1.36 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 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() { client_side_validation: true, required: false, serialized_name: 'IntegrationAccountAgreementFilter', type: { name: 'Composite', class_name: 'IntegrationAccountAgreementFilter', model_properties: { agreement_type: { client_side_validation: true, required: true, serialized_name: 'agreementType', type: { name: 'Enum', module: 'AgreementType' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems