UpdateExecutionRequest constructor

UpdateExecutionRequest({
  1. required Execution? execution,
  2. FieldMask? updateMask,
  3. bool allowMissing = false,
})

Implementation

UpdateExecutionRequest({
  required this.execution,
  this.updateMask,
  this.allowMissing = false,
}) : super(fullyQualifiedName);