Workspace

data class Workspace(name: String, description: String) : ResourceBase, IRequestParent, IRequestGroupParent

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val description: String
Link copied to clipboard
val name: String
Link copied to clipboard
val scope: Scope