Get Project Protected Tags Result
data class GetProjectProtectedTagsResult(val id: String, val project: String, val protectedTags: List<GetProjectProtectedTagsProtectedTag>)
A collection of values returned by getProjectProtectedTags.