Group Version Resource Patch
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.
The names of the group, the version, and the resource.