legalHolds

@JvmName(name = "listLegalHoldsResponseLegalHold")
fun Flow<ListLegalHoldsResponse>.legalHolds(): Flow<LegalHold>

This paginator transforms the flow returned by listLegalHoldsPaginated to access the nested member LegalHold

Return

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