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

FlightClassListResponse

import type { FlightClassListResponse } from "https://googleapis.deno.dev/v1/walletobjects:v1.ts";
interface FlightClassListResponse {
pagination?: Pagination;
resources?: FlightClass[];
}

§Properties

§
resources?: FlightClass[]
[src]

Resources corresponding to the list request.