Sha256: a121b5e414ded1ec0a9c57418ef588cb4a84070abb26fb9f981d289f6f00fd28
Contents?: true
Size: 1.5 KB
Versions: 1
Compression:
Stored size: 1.5 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 EdifactAgreementContent include MsRestAzure # @return [EdifactOneWayAgreement] The EDIFACT one-way receive agreement. attr_accessor :receive_agreement # @return [EdifactOneWayAgreement] The EDIFACT one-way send agreement. attr_accessor :send_agreement # # Mapper for EdifactAgreementContent class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'EdifactAgreementContent', type: { name: 'Composite', class_name: 'EdifactAgreementContent', model_properties: { receive_agreement: { required: false, serialized_name: 'receiveAgreement', type: { name: 'Composite', class_name: 'EdifactOneWayAgreement' } }, send_agreement: { required: false, serialized_name: 'sendAgreement', type: { name: 'Composite', class_name: 'EdifactOneWayAgreement' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.8.0 | lib/generated/azure_mgmt_logic/models/edifact_agreement_content.rb |