override fun items()

in src/main/kotlin/org/jetbrains/teamcity/rest/models/user/PermissionRestrictions.kt [25:29]


    override fun items(): List<PermissionRestriction> {
        if (permissionRestriction == null)
            return emptyList()
        return permissionRestriction
    }