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

ListReleasesResponse

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

The response for FirebaseRulesService.ListReleases.

interface ListReleasesResponse {
nextPageToken?: string;
releases?: Release[];
}

§Properties

§
nextPageToken?: string
[src]

The pagination token to retrieve the next page of results. If the value is empty, no further results remain.

§
releases?: Release[]
[src]

List of Release instances.