Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 346 Bytes

ImporterInfo.md

File metadata and controls

20 lines (14 loc) · 346 Bytes

Akeyless::ImporterInfo

Properties

Name Type Description Notes
external_item_id String [optional]
version Integer [optional]

Example

require 'akeyless'

instance = Akeyless::ImporterInfo.new(
  external_item_id: null,
  version: null
)