pub fn namespaces_list_continue(
client: &impl TeamAuthClient,
arg: &TeamNamespacesListContinueArg,
) -> Result<TeamNamespacesListResult, Error<TeamNamespacesListContinueError>>Available on crate features
dbx_team and sync_routes only.Expand description
Once a cursor has been retrieved from namespaces_list(), use
this to paginate through all team-accessible namespaces. Duplicates may occur in the list.