Sha256: a76739f46ed0397109f46d8906d6b66c49ef723f18c1bc531fca1e4507ca5ff6
Contents?: true
Size: 1.62 KB
Versions: 9
Compression:
Stored size: 1.62 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() { 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
9 entries across 9 versions & 1 rubygems