GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse constructor

GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse({
  1. List<GoogleCloudIntegrationsV1alphaExecuteTestCaseResponse>? executeTestCaseResponses,
})

Implementation

GoogleCloudIntegrationsV1alphaExecuteTestCasesResponse({
  this.executeTestCaseResponses,
});