GetProjectIdsResult

data class GetProjectIdsResult(val id: String, val project: String, val projectFullPath: String, val projectGraphqlId: String, val projectId: String)

A collection of values returned by getProjectIds.

Constructors

Link copied to clipboard
constructor(id: String, project: String, projectFullPath: String, projectGraphqlId: String, projectId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String
Link copied to clipboard

The ID or URL-encoded path of the project.

Link copied to clipboard

The full path of the project.

Link copied to clipboard

The GraphQL ID of the project.

Link copied to clipboard

The ID of the project.