Skip to main content

CourseClassificationAssociation

Defines the classification and sub classification for a course classification association.

type CourseClassificationAssociation {
classification: CourseClassification!
createdAt: DateTime!
createdBy: String
id: ID!
lastModifiedAt: DateTime!
lastModifiedBy: String
subClassification: CourseSubClassification
}

Fields

CourseClassificationAssociation.classification ● CourseClassification! non-null object

The course classification of this course classification association.

CourseClassificationAssociation.createdAt ● DateTime! non-null scalar

The date and time the record was created.

CourseClassificationAssociation.createdBy ● String scalar

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

CourseClassificationAssociation.id ● ID! non-null scalar

The unique identifier for the course classification association.

CourseClassificationAssociation.lastModifiedAt ● DateTime! non-null scalar

The date and time the record was last modified.

CourseClassificationAssociation.lastModifiedBy ● String scalar

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

CourseClassificationAssociation.subClassification ● CourseSubClassification object

The course sub classification of this course classification association. Optional.

Member Of

CeContactStoreCourse object ● EventCourse object ● MembershipContactStoreCourse object