Package-level declarations

Inherited functions

Link copied to clipboard
@JvmName(name = "listChangesetsResponseChangesetSummary")
fun Flow<ListChangesetsResponse>.changesets(): Flow<ChangesetSummary>

This paginator transforms the flow returned by listChangesetsPaginated to access the nested member ChangesetSummary

Link copied to clipboard
@JvmName(name = "listDatasetsResponseDataset")
fun Flow<ListDatasetsResponse>.datasets(): Flow<Dataset>

This paginator transforms the flow returned by listDatasetsPaginated to access the nested member Dataset

Link copied to clipboard
@JvmName(name = "listDataViewsResponseDataViewSummary")
fun Flow<ListDataViewsResponse>.dataViews(): Flow<DataViewSummary>

This paginator transforms the flow returned by listDataViewsPaginated to access the nested member DataViewSummary

Link copied to clipboard
@JvmName(name = "listPermissionGroupsResponsePermissionGroup")
fun Flow<ListPermissionGroupsResponse>.permissionGroups(): Flow<PermissionGroup>

This paginator transforms the flow returned by listPermissionGroupsPaginated to access the nested member PermissionGroup

Link copied to clipboard
@JvmName(name = "listUsersResponseUser")
fun Flow<ListUsersResponse>.users(): Flow<User>

This paginator transforms the flow returned by listUsersPaginated to access the nested member User