factory PipelineIdName.fromJson(Map<String, dynamic> json) { return PipelineIdName( id: json['id'] as String?, name: json['name'] as String?, ); }