Relativity.Audit.Services.Interfaces.V1.Pivot.Models.PivotSettings public class PivotSettings Documentation public int ArtifactTypeID { get; set; } public bool ConvertNumberFieldValuesToString { get; set; } public FieldRef GroupBy { get; set; } public PivotDateGrouping GroupByDateGrouping { get; set; } public int MaximumNumberOfColumns { get; set; } public int MaximumNumberOfRows { get; set; } public Query ObjectSetQuery { get; set; } public FieldRef PivotOn { get; set; } public PivotDateGrouping PivotOnDateGrouping { get; set; } public bool RawDataOnly { get; set; } public int Timeout { get; set; } public string TimeZone { get; set; } public PivotSettings()