GetSpacePlainArgs

data class GetSpacePlainArgs(val domainId: String, val spaceName: String) : ConvertibleToJava<GetSpacePlainArgs>

Constructors

Link copied to clipboard
constructor(domainId: String, spaceName: String)

Properties

Link copied to clipboard

The ID of the associated Domain.

Link copied to clipboard

A name for the Space.

Functions

Link copied to clipboard
open override fun toJava(): GetSpacePlainArgs