Method: Akeyless::GatewaySyncMigration.attribute_map

Defined in:
lib/akeyless/models/gateway_sync_migration.rb

.attribute_mapObject

Attribute mapping from ruby-style variable name to JSON key.



35
36
37
38
39
40
41
42
43
# File 'lib/akeyless/models/gateway_sync_migration.rb', line 35

def self.attribute_map
  {
    :'json' => :'json',
    :'name' => :'name',
    :'start_sync' => :'start-sync',
    :'token' => :'token',
    :'uid_token' => :'uid-token'
  }
end