section property

String? section
getter/setter pair

Section of the course.

For example, "Period 2". If set, this field must be a valid UTF-8 string and no longer than 2800 characters.

Implementation

core.String? section;