Group Version Resource Patch Args
data class GroupVersionResourcePatchArgs(val group: Output<String>? = null, val resource: Output<String>? = null, val version: Output<String>? = null) : ConvertibleToJava<GroupVersionResourcePatchArgs>
The names of the group, the version, and the resource.