Annotations

data class Annotations(val audience: List<Role>?, val lastModified: Instant?, val priority: Double?)(source)

Optional annotations for the client. The client can use annotations to inform how objects are used or displayed.

Constructors

Link copied to clipboard
constructor(audience: List<Role>?, lastModified: Instant?, priority: Double?)

Properties

Link copied to clipboard

Describes who the intended customer of this object or data is.

Link copied to clipboard

The moment the resource was last modified.

Link copied to clipboard

Describes how important this data is for operating the server.