CloudFunction constructor
CloudFunction({
- int? availableMemoryMb,
- Map<
String, String> ? buildEnvironmentVariables, - String? buildId,
- String? buildName,
- String? buildWorkerPool,
- String? description,
- String? dockerRegistry,
- String? dockerRepository,
- String? entryPoint,
- Map<
String, String> ? environmentVariables, - EventTrigger? eventTrigger,
- HttpsTrigger? httpsTrigger,
- String? ingressSettings,
- String? kmsKeyName,
- Map<
String, String> ? labels, - int? maxInstances,
- int? minInstances,
- String? name,
- String? network,
- String? runtime,
- List<
SecretEnvVar> ? secretEnvironmentVariables, - List<
SecretVolume> ? secretVolumes, - String? serviceAccountEmail,
- String? sourceArchiveUrl,
- SourceRepository? sourceRepository,
- String? sourceToken,
- String? sourceUploadUrl,
- String? status,
- String? timeout,
- String? updateTime,
- String? versionId,
- String? vpcConnector,
- String? vpcConnectorEgressSettings,
Implementation
CloudFunction({
this.availableMemoryMb,
this.buildEnvironmentVariables,
this.buildId,
this.buildName,
this.buildWorkerPool,
this.description,
this.dockerRegistry,
this.dockerRepository,
this.entryPoint,
this.environmentVariables,
this.eventTrigger,
this.httpsTrigger,
this.ingressSettings,
this.kmsKeyName,
this.labels,
this.maxInstances,
this.minInstances,
this.name,
this.network,
this.runtime,
this.secretEnvironmentVariables,
this.secretVolumes,
this.serviceAccountEmail,
this.sourceArchiveUrl,
this.sourceRepository,
this.sourceToken,
this.sourceUploadUrl,
this.status,
this.timeout,
this.updateTime,
this.versionId,
this.vpcConnector,
this.vpcConnectorEgressSettings,
});