ImportDataRequest_S3Input$json top-level constant

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

Implementation

@$core.Deprecated('Use importDataRequestDescriptor instead')
const ImportDataRequest_S3Input$json = const {
  '1': 'S3Input',
  '2': const [
    const {'1': 'path', '3': 1, '4': 1, '5': 9, '10': 'path'},
    const {'1': 'endpoint', '3': 2, '4': 1, '5': 9, '10': 'endpoint'},
    const {'1': 'access_key_id', '3': 3, '4': 1, '5': 9, '10': 'accessKeyId'},
    const {'1': 'secret_access_key', '3': 4, '4': 1, '5': 9, '10': 'secretAccessKey'},
    const {'1': 'ssl', '3': 5, '4': 1, '5': 8, '10': 'ssl'},
    const {'1': 'bucket', '3': 6, '4': 1, '5': 9, '10': 'bucket'},
  ],
};