@override Object toJson() => { 'artifact': artifact, if (execution.isNotDefault) 'execution': execution, 'eventTime': ?eventTime?.toJson(), 'type': type.toJson(), if (labels.isNotDefault) 'labels': labels, };