GoogleCloudIntegrationsV1alphaCancelExecutionResponse constructor

GoogleCloudIntegrationsV1alphaCancelExecutionResponse({
  1. bool? isCanceled,
})

Implementation

GoogleCloudIntegrationsV1alphaCancelExecutionResponse({
  this.isCanceled,
});