crls

@JvmName(name = "listCrlsResponseCrlDetail")
fun Flow<ListCrlsResponse>.crls(): Flow<CrlDetail>

This paginator transforms the flow returned by listCrlsPaginated to access the nested member CrlDetail

Return

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