GetGithubEnterpriseConfigPlainArgs

data class GetGithubEnterpriseConfigPlainArgs(val configId: String? = null, val githubEnterpriseConfigId: String, val location: String, val project: String? = null, val projectId: String? = null) : ConvertibleToJava<GetGithubEnterpriseConfigPlainArgs>

Constructors

Link copied to clipboard
constructor(configId: String? = null, githubEnterpriseConfigId: String, location: String, project: String? = null, projectId: String? = null)

Properties

Link copied to clipboard
val configId: String? = null
Link copied to clipboard
Link copied to clipboard
val project: String? = null
Link copied to clipboard
val projectId: String? = null

Functions

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