NoteState
Information describing the state of the build when the note was created.
type NoteState {
step: Step
operator: User
station: Station
build: Build
}
Fields
NoteState.step ● Step object
The active build step when the note was created
NoteState.operator ● User object
Operator who created the note
NoteState.station ● Station object
Station where the note was created
NoteState.build ● Build object
Build to which the note belongs
Member Of
NoteEvent object