Relativity.Processing.V1.Services.Interfaces.DTOs.GetDiscoveredDocumentsWithPivotOnResponse public class GetDiscoveredDocumentsWithPivotOnResponse Documentation public string GroupByArtifactId { get; set; } public string GroupByIdentifier { get; set; } public string PivotOnArtifactId { get; set; } public string PivotOnIdentifier { get; set; } public int ResultCount { get; set; } public GetDiscoveredDocumentsWithPivotOnResponse()