Sha256: 4f5a5d81d5b270549adca718d5e2abe6f4ce65d32f760a08b93bce454326a4a1
Contents?: true
Size: 1.64 KB
Versions: 9
Compression:
Stored size: 1.64 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 Edifact agreement content. # 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() { client_side_validation: true, required: false, serialized_name: 'EdifactAgreementContent', type: { name: 'Composite', class_name: 'EdifactAgreementContent', model_properties: { receive_agreement: { client_side_validation: true, required: true, serialized_name: 'receiveAgreement', type: { name: 'Composite', class_name: 'EdifactOneWayAgreement' } }, send_agreement: { client_side_validation: true, required: true, serialized_name: 'sendAgreement', type: { name: 'Composite', class_name: 'EdifactOneWayAgreement' } } } } } end end end end
Version data entries
9 entries across 9 versions & 1 rubygems