override fun items()

in src/main/kotlin/org/jetbrains/teamcity/rest/models/cloud/CloudProfiles.kt [31:35]


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