Sha256: c0723a7e88000688c2273e41d1a67e95c3746e15849eabefa0e79c2be9204e80
Contents?: true
Size: 1.95 KB
Versions: 2
Compression:
Stored size: 1.95 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 X12 agreement security settings. # class X12SecuritySettings include MsRestAzure # @return [String] The authorization qualifier. attr_accessor :authorization_qualifier # @return [String] The authorization value. attr_accessor :authorization_value # @return [String] The security qualifier. attr_accessor :security_qualifier # @return [String] The password value. attr_accessor :password_value # # Mapper for X12SecuritySettings class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { required: false, serialized_name: 'X12SecuritySettings', type: { name: 'Composite', class_name: 'X12SecuritySettings', model_properties: { authorization_qualifier: { required: true, serialized_name: 'authorizationQualifier', type: { name: 'String' } }, authorization_value: { required: false, serialized_name: 'authorizationValue', type: { name: 'String' } }, security_qualifier: { required: true, serialized_name: 'securityQualifier', type: { name: 'String' } }, password_value: { required: false, serialized_name: 'passwordValue', type: { name: 'String' } } } } } end end end end
Version data entries
2 entries across 2 versions & 1 rubygems