@override Object toJson() => { if (execution != null) 'execution': execution!.toJson(), if (updateMask != null) 'updateMask': updateMask!.toJson(), if (allowMissing.isNotDefault) 'allowMissing': allowMissing, };