GetProjectsProjectNamespace

data class GetProjectsProjectNamespace(val fullPath: String, val id: Int, val kind: String, val name: String, val path: String)

Constructors

Link copied to clipboard
constructor(fullPath: String, id: Int, kind: String, name: String, path: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The full path of the namespace.

Link copied to clipboard
val id: Int

The ID of the namespace.

Link copied to clipboard

The kind of the namespace.

Link copied to clipboard

The name of the namespace.

Link copied to clipboard

The path of the namespace.