UploadWatermarkResponse

data class UploadWatermarkResponse(val logs: String? = null, val metrics: String? = null, val usages: String? = null)

Properties on upload watermark. Mostly timestamp for each upload data type

Constructors

Link copied to clipboard
constructor(logs: String? = null, metrics: String? = null, usages: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val logs: String? = null

Last uploaded date for logs from kubernetes cluster. Defaults to current date time

Link copied to clipboard
val metrics: String? = null

Last uploaded date for metrics from kubernetes cluster. Defaults to current date time

Link copied to clipboard
val usages: String? = null

Last uploaded date for usages from kubernetes cluster. Defaults to current date time