WorkersDeploymentAnnotations

data class WorkersDeploymentAnnotations(val workersMessage: String? = null)

Constructors

Link copied to clipboard
constructor(workersMessage: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val workersMessage: String? = null

Human-readable message about the deployment. Truncated to 100 bytes.