# 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::KeyVault::V7_2_preview module Models # # The export key parameters. # class KeyExportParameters include MsRestAzure # @return [String] The target environment assertion. attr_accessor :environment # # Mapper for KeyExportParameters class as Ruby Hash. # This will be used for serialization/deserialization. # def self.mapper() { client_side_validation: true, required: false, serialized_name: 'KeyExportParameters', type: { name: 'Composite', class_name: 'KeyExportParameters', model_properties: { environment: { client_side_validation: true, required: true, serialized_name: 'env', constraints: { MinLength: 1 }, type: { name: 'String' } } } } } end end end end