Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Campus

Hierarchy

Index

Properties

buildings

buildings: Building[]

A collection of buildings at this campus


One Campus has many Buildings

createdAt

createdAt: Date

Metadata column used for signifying the date the record was created

id

id: string

The primary key record identifier. Used for uniquiely identifying records and for cross-table joins. UUID is used to enable records from different tables to be combined into one dataset without causing ID collisions

name

name: string

Campus name

example

"Allston"

updatedAt

updatedAt: Date

Metadata column used for signifying the date the record was last updated

Generated using TypeDoc