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