Sha256: bc790426fb608225d9cffa96bb79a68e6d86820e6d71bd168ad0988cb2414b94
Contents?: true
Size: 1.73 KB
Versions: 1
Compression:
Stored size: 1.73 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 content. # class AgreementContent include MsRestAzure # @return [AS2AgreementContent] The AS2 agreement content. attr_accessor :a_s2 # @return [X12AgreementContent] The X12 agreement content. attr_accessor :x12 # @return [EdifactAgreementContent] The EDIFACT agreement content. attr_accessor :edifact # # Mapper for AgreementContent class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'AgreementContent', type: { name: 'Composite', class_name: 'AgreementContent', model_properties: { a_s2: { required: false, serialized_name: 'aS2', type: { name: 'Composite', class_name: 'AS2AgreementContent' } }, x12: { required: false, serialized_name: 'x12', type: { name: 'Composite', class_name: 'X12AgreementContent' } }, edifact: { required: false, serialized_name: 'edifact', type: { name: 'Composite', class_name: 'EdifactAgreementContent' } } } } } 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/agreement_content.rb |