# Akeyless::EncryptFileOutput ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **result** | **String** | | [optional] | ## Example ```ruby require 'akeyless' instance = Akeyless::EncryptFileOutput.new( result: null ) ```