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

EventTicketObjectListResponse

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

§Properties

§

Resources corresponding to the list request.