DepotFlagRequest

data class DepotFlagRequest(val isArchived: Boolean? = null, val archivalMessage: String? = null)

Represents a request for updating depot flags.

Constructors

Link copied to clipboard
constructor(isArchived: Boolean? = null, archivalMessage: String? = null)

Properties

Link copied to clipboard
val archivalMessage: String? = null

The archival message associated with the depot.

Link copied to clipboard
val isArchived: Boolean? = null

Indicates whether the depot should be archived.