Sha256: 4c56430949f56c3c29f90c39cbab0097ef93b30106df9d044f9bf3724991a62c
Contents?: true
Size: 1.48 KB
Versions: 1
Compression:
Stored size: 1.48 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::ARM::Logic 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.14.0 | lib/generated/azure_mgmt_logic/models/as2agreement_content.rb |