SubIndexEngineJobStateResponse public class SubIndexEngineJobStateResponse Documentation public int IndexID { get; set; } public string JobID { get; set; } public SubIndexJobStateDetailsResponse JobState { get; set; } public int SubIndexID { get; set; } public DateTimeOffset UpdatedDate { get; set; } public SubIndexEngineJobStateResponse()