ProjectId

data class ProjectId(val value: String) : CodeSecurityResource

The unique identifier of the project in the code repository.

Constructors

Link copied to clipboard
constructor(value: String)

Properties

Link copied to clipboard

Inherited functions

Link copied to clipboard

Casts this CodeSecurityResource as a ProjectId and retrieves its kotlin.String value. Throws an exception if the CodeSecurityResource is not a ProjectId.

Link copied to clipboard

Casts this CodeSecurityResource as a ProjectId and retrieves its kotlin.String value. Returns null if the CodeSecurityResource is not a ProjectId.