AdditionalWorkspacesPropertiesArgs

data class AdditionalWorkspacesPropertiesArgs(val dataTypes: Output<List<Either<String, AdditionalWorkspaceDataType>>>? = null, val type: Output<Either<String, AdditionalWorkspaceType>>? = null, val workspace: Output<String>? = null) : ConvertibleToJava<AdditionalWorkspacesPropertiesArgs>

Properties of the additional workspaces.

Constructors

Link copied to clipboard
constructor(dataTypes: Output<List<Either<String, AdditionalWorkspaceDataType>>>? = null, type: Output<Either<String, AdditionalWorkspaceType>>? = null, workspace: Output<String>? = null)

Properties

Link copied to clipboard
val dataTypes: Output<List<Either<String, AdditionalWorkspaceDataType>>>? = null

List of data types sent to workspace

Link copied to clipboard
val type: Output<Either<String, AdditionalWorkspaceType>>? = null

Workspace type.

Link copied to clipboard
val workspace: Output<String>? = null

Workspace resource id

Functions

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