Sha256: 21c4328d061bbfb4910ed5e6a231b8902344cc3f020f2d71f1f934b075717c5a
Contents?: true
Size: 1.88 KB
Versions: 1
Compression:
Stored size: 1.88 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 oneway agreement. # class AS2OneWayAgreement include MsRestAzure # @return [BusinessIdentity] The sender business identity attr_accessor :sender_business_identity # @return [BusinessIdentity] The receiver business identity attr_accessor :receiver_business_identity # @return [AS2ProtocolSettings] The AS2 protocol settings. attr_accessor :protocol_settings # # Mapper for AS2OneWayAgreement class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'AS2OneWayAgreement', type: { name: 'Composite', class_name: 'AS2OneWayAgreement', model_properties: { sender_business_identity: { required: true, serialized_name: 'senderBusinessIdentity', type: { name: 'Composite', class_name: 'BusinessIdentity' } }, receiver_business_identity: { required: true, serialized_name: 'receiverBusinessIdentity', type: { name: 'Composite', class_name: 'BusinessIdentity' } }, protocol_settings: { required: true, serialized_name: 'protocolSettings', type: { name: 'Composite', class_name: 'AS2ProtocolSettings' } } } } } 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/as2one_way_agreement.rb |