Skip to main content
Module

x/gesso/types/params.ts>CreateBlackoutDateParams

A TypeScript API client for Canvas LMS
Latest
interface CreateBlackoutDateParams
import { type CreateBlackoutDateParams } from "https://deno.land/x/gesso@v0.1.2/types/params.ts";

Properties

optional
startdate: Date

The start date of the blackout date.

optional
enddate: Date

The end date of the blackout date.

optional
eventtitle: string

The title of the blackout date.