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

EventChild

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

An event child relationship resource.

interface EventChild {
childId?: string;
kind?: string;
}

§Properties

§
childId?: string
[src]

The ID of the child event.

§
kind?: string
[src]

Uniquely identifies the type of this resource. Value is always the fixed string games#eventChild.