Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 311 Bytes

GatewayMigrationCreateOutput.md

File metadata and controls

18 lines (12 loc) · 311 Bytes

Akeyless::GatewayMigrationCreateOutput

Properties

Name Type Description Notes
migration_name String [optional]

Example

require 'akeyless'

instance = Akeyless::GatewayMigrationCreateOutput.new(
  migration_name: null
)