Function$ constructor

Function$({
  1. String name = '',
  2. String description = '',
  3. BuildConfig? buildConfig,
  4. ServiceConfig? serviceConfig,
  5. EventTrigger? eventTrigger,
  6. Function$_State state = Function$_State.$default,
  7. Timestamp? updateTime,
  8. Map<String, String> labels = const {},
  9. List<StateMessage> stateMessages = const [],
  10. Environment environment = Environment.$default,
  11. String url = '',
  12. String kmsKeyName = '',
  13. bool satisfiesPzs = false,
  14. 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);