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

GenericObjectListResponse

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

List response which contains the list of all generic objects for a given issuer ID.

interface GenericObjectListResponse {
pagination?: Pagination;
resources?: GenericObject[];
}

§Properties

§
resources?: GenericObject[]
[src]

Resources corresponding to the list request.