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