WorkspaceCustomObjectParameterResponse

data class WorkspaceCustomObjectParameterResponse(val type: String, val value: Any)

The value which should be used for this field.

Constructors

Link copied to clipboard
constructor(type: String, value: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The type of variable that this is

Link copied to clipboard
val value: Any

The value which should be used for this field.