Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listNotificationChannelsResponseNotificationChannel")
fun Flow<ListNotificationChannelsResponse>.channels(): Flow<NotificationChannel>

This paginator transforms the flow returned by listNotificationChannelsPaginated to access the nested member NotificationChannel

Link copied to clipboard
@JvmName(name = "listEventsResponseEvent")
fun Flow<ListEventsResponse>.events(): Flow<Event>

This paginator transforms the flow returned by listEventsPaginated to access the nested member Event

Link copied to clipboard
@JvmName(name = "listRecommendationsResponseRecommendation")
fun Flow<ListRecommendationsResponse>.recommendations(): Flow<Recommendation>

This paginator transforms the flow returned by listRecommendationsPaginated to access the nested member Recommendation