Execution constructor

Execution({
  1. String name = '',
  2. String displayName = '',
  3. Execution_State state = Execution_State.$default,
  4. String etag = '',
  5. Map<String, String> labels = const {},
  6. Timestamp? createTime,
  7. Timestamp? updateTime,
  8. String schemaTitle = '',
  9. String schemaVersion = '',
  10. Struct? metadata,
  11. String description = '',
})

Implementation

Execution({
  this.name = '',
  this.displayName = '',
  this.state = Execution_State.$default,
  this.etag = '',
  this.labels = const {},
  this.createTime,
  this.updateTime,
  this.schemaTitle = '',
  this.schemaVersion = '',
  this.metadata,
  this.description = '',
}) : super(fullyQualifiedName);