GroupVersionResourcePatch

data class GroupVersionResourcePatch(val group: String? = null, val resource: String? = null, val version: String? = null)

The names of the group, the version, and the resource.

Constructors

Link copied to clipboard
constructor(group: String? = null, resource: String? = null, version: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val group: String? = null

The name of the group.

Link copied to clipboard
val resource: String? = null

The name of the resource.

Link copied to clipboard
val version: String? = null

The name of the version.