GetProjectIdsPlainArgs

data class GetProjectIdsPlainArgs(val project: String) : ConvertibleToJava<GetProjectIdsPlainArgs>

A collection of arguments for invoking getProjectIds.

Constructors

Link copied to clipboard
constructor(project: String)

Properties

Link copied to clipboard

The ID or URL-encoded path of the project.

Functions

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