GoogleCloudIntegrationsV1alphaListTestCasesResponse constructor

GoogleCloudIntegrationsV1alphaListTestCasesResponse({
  1. String? nextPageToken,
  2. List<GoogleCloudIntegrationsV1alphaTestCase>? testCases,
})

Implementation

GoogleCloudIntegrationsV1alphaListTestCasesResponse({
  this.nextPageToken,
  this.testCases,
});