Portal User Content
@Serializable
Represents user content in a folder. This can include portal items and subfolders.
Since
200.0.0
Constructors
Link copied to clipboard
constructor(username: String, currentFolder: PortalFolder? = null, items: List<PortalItem> = listOf(), folders: List<PortalFolder> = listOf())