PostSetupOpts$json top-level constant

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

Implementation

@$core.Deprecated('Use postSetupOptsDescriptor instead')
const PostSetupOpts$json = const {
  '1': 'PostSetupOpts',
  '2': const [
    const {'1': 'data_dir', '3': 1, '4': 1, '5': 9, '10': 'dataDir'},
    const {'1': 'num_units', '3': 2, '4': 1, '5': 13, '10': 'numUnits'},
    const {'1': 'num_files', '3': 3, '4': 1, '5': 13, '10': 'numFiles'},
    const {'1': 'compute_provider_id', '3': 4, '4': 1, '5': 13, '10': 'computeProviderId'},
    const {'1': 'throttle', '3': 5, '4': 1, '5': 8, '10': 'throttle'},
  ],
};