DocumentMetadataResult

public class DocumentMetadataResult : SdkObject

Full metadata for a document.

  • id

    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 }
  • List of users who have access to the document

    Declaration

    Swift

    public lazy var visibleToUsers: [UserId] { get set }
  • List of groups that have access to the document

    Declaration

    Swift

    public lazy var visibleToGroups: [GroupId] { get set }