CheckPropertyTimelineItem
No description
type CheckPropertyTimelineItem implements CheckTimelineItem {
id: ID!
timestamp: DateTime!
category: TimelineItemCategory!
type: CheckPropertyType!
user: User!
disabled: Boolean!
reason: String
from: DateTime
until: DateTime
}
Fields
CheckPropertyTimelineItem.id ● ID! non-null scalar
The ID for this event.
CheckPropertyTimelineItem.timestamp ● DateTime! non-null scalar
The timestamp for this event.
CheckPropertyTimelineItem.category ● TimelineItemCategory! non-null enum
The associated category.