GetDatabaseConnectionResponse$json top-level constant

  1. @Deprecated('Use getDatabaseConnectionResponseDescriptor instead')
Map<String, Object> const GetDatabaseConnectionResponse$json

Implementation

@$core.Deprecated('Use getDatabaseConnectionResponseDescriptor instead')
const GetDatabaseConnectionResponse$json = {
  '1': 'GetDatabaseConnectionResponse',
  '2': [
    {'1': 'hostname', '3': 1, '4': 1, '5': 9, '10': 'hostname'},
    {'1': 'mongodb_uri', '3': 2, '4': 1, '5': 9, '10': 'mongodbUri'},
    {'1': 'has_database_user', '3': 3, '4': 1, '5': 8, '10': 'hasDatabaseUser'},
  ],
};