ListInstancesResponse
import type { ListInstancesResponse } from "https://googleapis.deno.dev/v1/parallelstore:v1.ts";
Response from ListInstances.
interface ListInstancesResponse {
instances?: Instance[];
nextPageToken?: string;
unreachable?: string[];
}