ListTestCasesResponse$json top-level constant

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

Implementation

@$core.Deprecated('Use listTestCasesResponseDescriptor instead')
const ListTestCasesResponse$json = const {
  '1': 'ListTestCasesResponse',
  '2': const [
    const {
      '1': 'test_cases',
      '3': 1,
      '4': 3,
      '5': 11,
      '6': '.google.cloud.dialogflow.cx.v3.TestCase',
      '10': 'testCases'
    },
    const {
      '1': 'next_page_token',
      '3': 2,
      '4': 1,
      '5': 9,
      '10': 'nextPageToken'
    },
  ],
};