GetEntityPlainArgs

data class GetEntityPlainArgs(val entityId: String, val workspaceId: String) : ConvertibleToJava<GetEntityPlainArgs>

Constructors

Link copied to clipboard
constructor(entityId: String, workspaceId: String)

Properties

Link copied to clipboard

The ID of the entity.

Link copied to clipboard

The ID of the workspace.

Functions

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