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

Registration

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

An instruction to Classroom to send notifications from the feed to the provided destination.

interface Registration {
cloudPubsubTopic?: CloudPubsubTopic;
expiryTime?: Date;
feed?: Feed;
registrationId?: string;
}

§Properties

§
cloudPubsubTopic?: CloudPubsubTopic
[src]

The Cloud Pub/Sub topic that notifications are to be sent to.

§
expiryTime?: Date
[src]

The time until which the Registration is effective. This is a read-only field assigned by the server.

§
feed?: Feed
[src]

Specification for the class of notifications that Classroom should deliver to the destination.

§
registrationId?: string
[src]

A server-generated unique identifier for this Registration. Read-only.