Map<String, dynamic> toJson() { final runId = this.runId; final workflowId = this.workflowId; return { 'runId': runId, 'workflowId': workflowId, }; }