RepositoryCleanupPolicy

data class RepositoryCleanupPolicy(val action: String? = null, val condition: RepositoryCleanupPolicyCondition? = null, val id: String, val mostRecentVersions: RepositoryCleanupPolicyMostRecentVersions? = null)

Constructors

Link copied to clipboard
constructor(action: String? = null, condition: RepositoryCleanupPolicyCondition? = null, id: String, mostRecentVersions: RepositoryCleanupPolicyMostRecentVersions? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val action: String? = null
Link copied to clipboard
Link copied to clipboard
val id: String

The identifier for this object. Format specified above.