Function_ constructor
Function_({
- BuildConfig? buildConfig,
- String? createTime,
- String? description,
- String? environment,
- EventTrigger? eventTrigger,
- String? kmsKeyName,
- Map<
String, String> ? labels, - String? name,
- bool? satisfiesPzs,
- ServiceConfig? serviceConfig,
- String? state,
- List<
GoogleCloudFunctionsV2StateMessage> ? stateMessages, - String? updateTime,
- UpgradeInfo? upgradeInfo,
- String? url,
Implementation
Function_({
this.buildConfig,
this.createTime,
this.description,
this.environment,
this.eventTrigger,
this.kmsKeyName,
this.labels,
this.name,
this.satisfiesPzs,
this.serviceConfig,
this.state,
this.stateMessages,
this.updateTime,
this.upgradeInfo,
this.url,
});