Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ListLunsResponse

import type { ListLunsResponse } from "https://googleapis.deno.dev/v1/baremetalsolution:v2.ts";

Response message containing the list of storage volume luns.

interface ListLunsResponse {
luns?: Lun[];
nextPageToken?: string;
unreachable?: string[];
}

§Properties

§
luns?: Lun[]
[src]

The list of luns.

§
nextPageToken?: string
[src]

A token identifying a page of results from the server.

§
unreachable?: string[]
[src]

Locations that could not be reached.