Method: Akeyless::GatewaySyncMigration.openapi_types
- Defined in:
- lib/akeyless/models/gateway_sync_migration.rb
.openapi_types ⇒ Object
Attribute type mapping.
51 52 53 54 55 56 57 58 59 |
# File 'lib/akeyless/models/gateway_sync_migration.rb', line 51 def self.openapi_types { :'json' => :'Boolean', :'name' => :'String', :'start_sync' => :'Boolean', :'token' => :'String', :'uid_token' => :'String' } end |