LogCollectionPropertiesResponse

data class LogCollectionPropertiesResponse(val fromDate: String, val lastLogGenerated: String, val logCollectionSessionDetails: List<LogCollectionSessionResponse>, val toDate: String)

Log Collection properties of the cluster.

Constructors

Link copied to clipboard
constructor(fromDate: String, lastLogGenerated: String, logCollectionSessionDetails: List<LogCollectionSessionResponse>, toDate: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

From DateTimeStamp from when logs need to be connected

Link copied to clipboard

Recent DateTimeStamp where logs are successfully generated

Link copied to clipboard

To DateTimeStamp till when logs need to be connected