Log Collection Properties Response
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)