Skip to main content

ContactEventCourseInstructorAssignment

Represents a course instructor assignment for a contact.

type ContactEventCourseInstructorAssignment {
course: EventCourse!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
notes: String
}

Fields

ContactEventCourseInstructorAssignment.course ● EventCourse! non-null object

The course the instructor is assigned to.

ContactEventCourseInstructorAssignment.createdAt ● DateTime! non-null scalar

The date and time the record was created.

ContactEventCourseInstructorAssignment.createdBy ● String scalar

UTF-8 string value that represents the username of the user who created the record. Optional.

ContactEventCourseInstructorAssignment.id ● ID! non-null scalar

The unique identifier for the course instructor assignment.

ContactEventCourseInstructorAssignment.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

ContactEventCourseInstructorAssignment.lastModifiedBy ● String scalar

UTF-8 string value that represents the username of the user who last modified the record. Optional.

ContactEventCourseInstructorAssignment.notes ● String scalar

Any notes captured for this course instructor assignment. Optional.

Member Of

Contact object