comments

@JvmName(name = "describeCommentsResponseComment")
fun Flow<DescribeCommentsResponse>.comments(): Flow<Comment>

This paginator transforms the flow returned by describeCommentsPaginated to access the nested member Comment

Return

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