Sha256: 00f13b633a487ac841219399966f9bcc9a91a32929fda6238424f0fa8394f373
Contents?: true
Size: 1.61 KB
Versions: 4
Compression:
Stored size: 1.61 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 AS2 agreement error settings. # class AS2ErrorSettings include MsRestAzure # @return [Boolean] The value indicating whether to suspend duplicate # message. attr_accessor :suspend_duplicate_message # @return [Boolean] The value indicating whether to resend message If MDN # is not received. attr_accessor :resend_if_mdnnot_received # # Mapper for AS2ErrorSettings class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'AS2ErrorSettings', type: { name: 'Composite', class_name: 'AS2ErrorSettings', model_properties: { suspend_duplicate_message: { client_side_validation: true, required: true, serialized_name: 'suspendDuplicateMessage', type: { name: 'Boolean' } }, resend_if_mdnnot_received: { client_side_validation: true, required: true, serialized_name: 'resendIfMDNNotReceived', type: { name: 'Boolean' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems