| Name | Type | Description | Notes |
|---|---|---|---|
| imported | Integer | [optional] | |
| passwords_in_file | Integer | [optional] | |
| successfully_parsed | Integer | [optional] | |
| updated | Integer | [optional] |
require 'akeyless'
instance = Akeyless::ImportPasswordsOutput.new(
imported: null,
passwords_in_file: null,
successfully_parsed: null,
updated: null
)