Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.02 KB

VisaWithDocument.md

File metadata and controls

33 lines (20 loc) · 1.02 KB

bimdata.VisaWithDocument

Properties

Name Type Description Notes
id Number [readonly]
validations [VisaValidation] [readonly]
validationsInError [Number] Validation IDs where one or more validators have no longer access to the visa document. [readonly]
creator UserProject [readonly]
documentId Number [readonly]
status String * `O` - opened * `P` - paused * `C` - closed [readonly]
description String Description of the visa [optional]
comments [VisaComment] [readonly]
deadline Date [optional]
createdAt Date [readonly]
updatedAt Date [readonly]
document LightDocument [readonly]

Enum: StatusEnum

  • O (value: "O")

  • P (value: "P")

  • C (value: "C")