Named Resources Instance Patch
data class NamedResourcesInstancePatch(val attributes: List<NamedResourcesAttributePatch>? = null, val name: String? = null)
NamedResourcesInstance represents one individual hardware instance that can be selected based on its attributes.