Additional Workspaces Properties Response
data class AdditionalWorkspacesPropertiesResponse(val dataTypes: List<String>? = null, val type: String? = null, val workspace: String? = null)
Properties of the additional workspaces.
Constructors
Link copied to clipboard
fun AdditionalWorkspacesPropertiesResponse(dataTypes: List<String>? = null, type: String? = null, workspace: String? = null)