Sha256: 67b13bb49a86a267db5baad5a6ec368df017da8b0c4f5ec019742d7af5e27c60
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
# encoding: utf-8 # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0 # Changes may cause incorrect behavior and will be lost if the code is # regenerated. module Azure::ARM::Logic module Models # # The X12 agreement content. # class X12AgreementContent include MsRestAzure # @return [X12OneWayAgreement] The X12 one-way receive agreement. attr_accessor :receive_agreement # @return [X12OneWayAgreement] The X12 one-way send agreement. attr_accessor :send_agreement # # Mapper for X12AgreementContent class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'X12AgreementContent', type: { name: 'Composite', class_name: 'X12AgreementContent', model_properties: { receive_agreement: { required: true, serialized_name: 'receiveAgreement', type: { name: 'Composite', class_name: 'X12OneWayAgreement' } }, send_agreement: { required: true, serialized_name: 'sendAgreement', type: { name: 'Composite', class_name: 'X12OneWayAgreement' } } } } } end end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
azure_mgmt_logic-0.10.0 | lib/generated/azure_mgmt_logic/models/x12agreement_content.rb |