We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea50522 commit 003b59eCopy full SHA for 003b59e
types.go
@@ -9,6 +9,9 @@ type Sys struct {
9
UpdatedAt string `json:"updatedAt,omitempty"`
10
UpdatedBy *Sys `json:"updatedBy,omitempty"`
11
Version int `json:"version,omitempty"`
12
+ ArchivedAt string `json:"archivedAt,omitempty"`
13
+ ArchivedBy *Sys `json:"archivedBy,omitempty"`
14
+ ArchivedVersion int `json:"archivedVersion,omitempty"`
15
Revision int `json:"revision,omitempty"`
16
ContentType *ContentType `json:"contentType,omitempty"`
17
Space *Space `json:"space,omitempty"`
0 commit comments