GetProjectPlainArgs

data class GetProjectPlainArgs(val id: String? = null, val name: String? = null) : ConvertibleToJava<GetProjectPlainArgs>

A collection of arguments for invoking getProject.

Constructors

Link copied to clipboard
constructor(id: String? = null, name: String? = null)

Properties

Link copied to clipboard
val id: String? = null

the ID of the project to retrieve

Link copied to clipboard
val name: String? = null

the name of the project to retrieve. The data source will raise an error if more than one project has the provided name or if no project has that name.

Functions

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