Sha256: 3ec7b08f868f611a381e86bb37febcecffc802d630e05772150d905582de6ef8
Contents?: true
Size: 1.63 KB
Versions: 5
Compression:
Stored size: 1.63 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::V2018_07_01_preview 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() { client_side_validation: true, required: false, serialized_name: 'AS2AgreementContent', type: { name: 'Composite', class_name: 'AS2AgreementContent', model_properties: { receive_agreement: { client_side_validation: true, required: true, serialized_name: 'receiveAgreement', type: { name: 'Composite', class_name: 'AS2OneWayAgreement' } }, send_agreement: { client_side_validation: true, required: true, serialized_name: 'sendAgreement', type: { name: 'Composite', class_name: 'AS2OneWayAgreement' } } } } } end end end end
Version data entries
5 entries across 5 versions & 1 rubygems