GetProjectProtectedTagsResult

data class GetProjectProtectedTagsResult(val id: String, val project: String, val protectedTags: List<GetProjectProtectedTagsProtectedTag>)

A collection of values returned by getProjectProtectedTags.

Constructors

Link copied to clipboard
constructor(id: String, project: String, protectedTags: List<GetProjectProtectedTagsProtectedTag>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val id: String

The ID of this resource.

Link copied to clipboard

The integer or path with namespace that uniquely identifies the project.

Link copied to clipboard

A list of protected tags, as defined below.