factory CreatePipelineOutput.fromJson(Map<String, dynamic> json) { return CreatePipelineOutput( pipelineId: json['pipelineId'] as String, ); }