Group Version Resource
data class GroupVersionResource(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.