GetComponentTypePlainArgs

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

Constructors

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

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.

Functions

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