recommendedSteps

@JvmName(name = "getFindingRecommendationResponseRecommendedStep")
fun Flow<GetFindingRecommendationResponse>.recommendedSteps(): Flow<RecommendedStep>

This paginator transforms the flow returned by getFindingRecommendationPaginated to access the nested member RecommendedStep

Return

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