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