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

ListDatabaseRolesResponse

import type { ListDatabaseRolesResponse } from "https://googleapis.deno.dev/v1/spanner:v1.ts";

The response for ListDatabaseRoles.

interface ListDatabaseRolesResponse {
databaseRoles?: DatabaseRole[];
nextPageToken?: string;
}

§Properties

§
databaseRoles?: DatabaseRole[]
[src]

Database roles that matched the request.

§
nextPageToken?: string
[src]

next_page_token can be sent in a subsequent ListDatabaseRoles call to fetch more of the matching roles.