GetComponentTypePlainArgs

data class GetComponentTypePlainArgs(val componentTypeId: String, val workspaceId: String) : ConvertibleToJava<GetComponentTypePlainArgs>

Constructors

Link copied to clipboard
fun GetComponentTypePlainArgs(componentTypeId: String, workspaceId: String)

Functions

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

Properties

Link copied to clipboard

The ID of the component type.

Link copied to clipboard

The ID of the workspace that contains the component type.