-
ID of the document
Declaration
Swift
public lazy var id: DocumentId { get set } -
Name of the document
Declaration
Swift
public lazy var name: DocumentName? { get set } -
How the requesting user has access to the document
Declaration
Swift
public lazy var associationType: DocumentAssociationType { get set } -
Date and time when the document was created
Declaration
Swift
public lazy var created: Date { get set } -
Date and time when the document was last updated
Declaration
Swift
public lazy var lastUpdated: Date { get set }
View on GitHub
DocumentListMeta Class Reference