Function$ constructor
Function$({
- String name = '',
- String description = '',
- BuildConfig? buildConfig,
- ServiceConfig? serviceConfig,
- EventTrigger? eventTrigger,
- Function$_State state = Function$_State.$default,
- Timestamp? updateTime,
- Map<
String, String> labels = const {}, - List<
StateMessage> stateMessages = const [], - Environment environment = Environment.$default,
- String url = '',
- String kmsKeyName = '',
- bool satisfiesPzs = false,
- Timestamp? createTime,
Implementation
Function$({
this.name = '',
this.description = '',
this.buildConfig,
this.serviceConfig,
this.eventTrigger,
this.state = Function$_State.$default,
this.updateTime,
this.labels = const {},
this.stateMessages = const [],
this.environment = Environment.$default,
this.url = '',
this.kmsKeyName = '',
this.satisfiesPzs = false,
this.createTime,
}) : super(fullyQualifiedName);