GetProjectPlainArgs

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

A collection of arguments for invoking getProject.

Constructors

Link copied to clipboard
constructor(projectId: String? = null)

Properties

Link copied to clipboard
val projectId: String? = null

The project ID. If it is not provided, the provider project is used.

Functions

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