GetProjectPlainArgs

data class GetProjectPlainArgs(val projectId: String) : ConvertibleToJava<GetProjectPlainArgs>

Constructors

Link copied to clipboard
constructor(projectId: String)

Properties

Link copied to clipboard

The ID of the project.

Functions

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