GarbageCollectionPropertiesResponse

data class GarbageCollectionPropertiesResponse(val enabled: Boolean? = null, val schedule: String? = null)

The garbage collection properties of the connected registry.

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, schedule: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Indicates whether garbage collection is enabled for the connected registry.

Link copied to clipboard
val schedule: String? = null

The cron expression indicating the schedule that the connected registry will run garbage collection.