hoursOfOperations

@JvmName(name = "searchHoursOfOperationsResponseHoursOfOperation")
fun Flow<SearchHoursOfOperationsResponse>.hoursOfOperations(): Flow<HoursOfOperation>

This paginator transforms the flow returned by searchHoursOfOperationsPaginated to access the nested member HoursOfOperation

Return

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