Sha256: 0eb5e54eea78f90bf7dad7557dee2faf88e06b686fb063a8cc28ca69a4ac4cde
Contents?: true
Size: 1.42 KB
Versions: 4
Compression:
Stored size: 1.42 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 Wallet module Models # # Model object. # # class VerificationPolicyRestrictionAttribute # @return [String] attr_accessor :attribute_name # @return [String] attr_accessor :attribute_value # # Mapper for VerificationPolicyRestrictionAttribute class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'VerificationPolicyRestrictionAttribute', type: { name: 'Composite', class_name: 'VerificationPolicyRestrictionAttribute', model_properties: { attribute_name: { client_side_validation: true, required: false, serialized_name: 'attributeName', type: { name: 'String' } }, attribute_value: { client_side_validation: true, required: false, serialized_name: 'attributeValue', type: { name: 'String' } } } } } end end end end
Version data entries
4 entries across 4 versions & 1 rubygems