GoogleCloudIntegrationsV1alphaListTestCasesResponse constructor
GoogleCloudIntegrationsV1alphaListTestCasesResponse({
- String? nextPageToken,
- List<
GoogleCloudIntegrationsV1alphaTestCase> ? testCases,
Implementation
GoogleCloudIntegrationsV1alphaListTestCasesResponse({
this.nextPageToken,
this.testCases,
});