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