GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest constructor

GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest({
  1. String? functionName,
  2. String? functionRegion,
  3. String? projectId,
})

Implementation

GoogleCloudIntegrationsV1alphaCreateCloudFunctionRequest({
  this.functionName,
  this.functionRegion,
  this.projectId,
});