BatchRunTestCasesRequest$json top-level constant

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

Implementation

@$core.Deprecated('Use batchRunTestCasesRequestDescriptor instead')
const BatchRunTestCasesRequest$json = const {
  '1': 'BatchRunTestCasesRequest',
  '2': const [
    const {
      '1': 'parent',
      '3': 1,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'parent'
    },
    const {
      '1': 'environment',
      '3': 2,
      '4': 1,
      '5': 9,
      '8': const {},
      '10': 'environment'
    },
    const {
      '1': 'test_cases',
      '3': 3,
      '4': 3,
      '5': 9,
      '8': const {},
      '10': 'testCases'
    },
  ],
};