Sha256: e9e70e127a6d079c930be43553a2b9a76ed767bf7b78936fea83d26c7fa907be
Contents?: true
Size: 1.27 KB
Versions: 2
Compression:
Stored size: 1.27 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::V2016_06_01 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
2 entries across 2 versions & 1 rubygems