CreateOrganisationRequest

data class CreateOrganisationRequest(var id: String?, var name: String?)

Constructors

Link copied to clipboard
constructor(id: String?, name: String?)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
var id: String?

If no UUID is passed, one will be created.

Link copied to clipboard
var name: String?

If no name is passed, the UUID will be used.