Sha256: 3b8b03f9d9a7e38b3c1d19955d8592bba9d6f6fb0af98e8aef710c9b5643eb47
Contents?: true
Size: 1.49 KB
Versions: 2
Compression:
Stored size: 1.49 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 integration account AS2 agreement content. # class AS2AgreementContent include MsRestAzure # @return [AS2OneWayAgreement] The AS2 one-way receive agreement. attr_accessor :receive_agreement # @return [AS2OneWayAgreement] The AS2 one-way send agreement. attr_accessor :send_agreement # # Mapper for AS2AgreementContent class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'AS2AgreementContent', type: { name: 'Composite', class_name: 'AS2AgreementContent', model_properties: { receive_agreement: { required: true, serialized_name: 'receiveAgreement', type: { name: 'Composite', class_name: 'AS2OneWayAgreement' } }, send_agreement: { required: true, serialized_name: 'sendAgreement', type: { name: 'Composite', class_name: 'AS2OneWayAgreement' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems