findingDetails

@JvmName(name = "getFindingV2ResponseFindingDetails")
fun Flow<GetFindingV2Response>.findingDetails(): Flow<FindingDetails>

This paginator transforms the flow returned by getFindingV2Paginated to access the nested member FindingDetails

Return

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