Sha256: 9ab16b4e05541eceff904bf2de7b65e2bcc45982fd976fd14a968474a509928f
Contents?: true
Size: 1.22 KB
Versions: 1
Compression:
Stored size: 1.22 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # Model object. # # 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: false, 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.9.0 | lib/generated/azure_mgmt_logic/models/integration_account_agreement_filter.rb |