Skip to content

Latest commit

 

History

History
21 lines (16 loc) · 1.35 KB

EdFiClassPeriod.md

File metadata and controls

21 lines (16 loc) · 1.35 KB

edfi_resources_sdk.model.EdFiClassPeriod

Load the model package

import 'package:edfi_resources_sdk/api.dart';

Properties

Name Type Description Notes
id String [optional]
classPeriodName String An indication of the portion of a typical daily session in which students receive instruction in a specified subject (e.g., morning, sixth period, block period, or AB schedules).
schoolReference EdFiSchoolReference
meetingTimes List An unordered collection of classPeriodMeetingTimes. The meeting time(s) for a class period. [optional] [default to const []]
officialAttendancePeriod bool Indicator of whether this class period is used for official daily attendance. Alternatively, official daily attendance may be tied to a section. [optional]
etag String A unique system-generated value that identifies the version of the resource. [optional]
lastModifiedDate DateTime The date and time the resource was last modified. [optional]

[Back to Model list] [Back to API list] [Back to README]