Sha256: f660121b39d013d8a083cff4109cf4a421660d1f427a6b959fefa9e2727ca48b
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 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::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.14.0 | lib/generated/azure_mgmt_logic/models/integration_account_agreement_filter.rb |