Indexing Objects

Index Status

public class IndexStatus { public string Status { get; } public int Count { get; } public string Duration { get; } public DateTime StartDateTime { get; } public DateTime EndDateTime { get; } public string TimeZone { get; } }

 

Notification

public class Notification { public string NotificationId { get; } public string Title { get; } public string Message { get; } public string NotificationType { get; } public string Status { get; } public int AdminId { get; } public string Provider { get; } public string Serialized { get; } public string ErrorMessages { get; } }