GetDevEnvironmentPlainArgs

data class GetDevEnvironmentPlainArgs(val alias: String? = null, val creatorId: String? = null, val envId: String, val projectName: String, val repositories: List<GetDevEnvironmentRepository>? = null, val spaceName: String, val tags: Map<String, String>? = null) : ConvertibleToJava<GetDevEnvironmentPlainArgs>

A collection of arguments for invoking getDevEnvironment.

Constructors

Link copied to clipboard
constructor(alias: String? = null, creatorId: String? = null, envId: String, projectName: String, repositories: List<GetDevEnvironmentRepository>? = null, spaceName: String, tags: Map<String, String>? = null)

Properties

Link copied to clipboard
val alias: String? = null

The user-specified alias for the Dev Environment.

Link copied to clipboard
val creatorId: String? = null

The system-generated unique ID of the user who created the Dev Environment.

Link copied to clipboard
Link copied to clipboard

The name of the project in the space.

Link copied to clipboard

The source repository that contains the branch to clone into the Dev Environment.

Link copied to clipboard

The name of the space.

Link copied to clipboard
val tags: Map<String, String>? = null

Functions

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