GateDocument
This is the representation of the GateDocument
data structure which you receive in the Gate API response.
Property | Type | Required | Description |
| string | Y | ID of the gate in Goki |
| string | Y | Gate name in Goki |
| string | Y | ID of the property in Goki |
| string | Y | Type of the Goki space. Can be one of |
| string | N | Floor name of the gate |
| string | Y | Gate creation date |
| string | Y | Gate modification date |
Some properties have a private room within a dorm room, which means the dorm room act as a gate for the private room. To flag them we have a type property in the document that is set to room. It works like any other common area for its private room.
Last updated