SubmissionTypesWhereColumns
The valid fields by which submission types can be queried.
enum SubmissionTypesWhereColumns {
ID
NAME
CREATED_AT
UPDATED_AT
DELETED_AT
}
Values
SubmissionTypesWhereColumns.ID
Submission types's unique identifier.
SubmissionTypesWhereColumns.NAME
The submission type's name.
SubmissionTypesWhereColumns.CREATED_AT
The date and time when the submission type was created.
SubmissionTypesWhereColumns.UPDATED_AT
The date and time when the submission type was last updated.
SubmissionTypesWhereColumns.DELETED_AT
The date and time when the submission type was deleted.