A resource that contains a file

Hierarchy

Properties

classId: string

The class ID of the resource

file: {
    name: string;
    type: string;
    uri: string;
}

The properties of the file

Type declaration

  • name: string

    The name of the file

  • type: string

    The type of the file

  • uri: string

    The URI of the file

gradebookId: string

The gradebook ID of the resource

resource: {
    date: Date;
    id: string;
    name: string;
}

The resource properties of the resource

Type declaration

  • date: Date

    The upload date of the resource

  • id: string

    The ID of the resource

  • name: string

    The name of the resource

sequence: string

The sequence type of the resource

teacherId: string

The teacher ID of the resource

type: FILE

The resource type

Generated using TypeDoc