GenericPlatformDetails
import type { GenericPlatformDetails } from "https://googleapis.deno.dev/v1/migrationcenter:v1.ts";Generic platform details.
interface GenericPlatformDetails  {
hyperthreading?: "HYPERTHREADING_STATUS_UNSPECIFIED" | "HYPERTHREADING_STATUS_DISABLED" | "HYPERTHREADING_STATUS_ENABLED";
location?: string;
}