createdArtifactList

@JvmName(name = "listCreatedArtifactsResponseCreatedArtifact")
fun Flow<ListCreatedArtifactsResponse>.createdArtifactList(): Flow<CreatedArtifact>

This paginator transforms the flow returned by listCreatedArtifactsPaginated to access the nested member CreatedArtifact

Return

A kotlinx.coroutines.flow.Flow that can collect CreatedArtifact