suspend fun artifactChildren()

in teamcity-rest-client-impl/src/main/kotlin/org/jetbrains/teamcity/rest/coroutines/rest.kt [340:345]


    suspend fun artifactChildren(
        buildId: String,
        artifactPath: String,
        locator: String,
        fields: String
    ): ArtifactFileListBean = runErrorWrappingBridgeCall { service.artifactChildren(buildId, artifactPath, locator, fields) }