Merge branch 'master' of git.curoverse.com:arvados into 13076-r-autogen-api
[arvados.git] / sdk / R / man / UserList.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/ArvadosClasses.R
3 \name{UserList}
4 \alias{UserList}
5 \title{UserList}
6 \description{
7 User list
8 }
9 \section{Usage}{
10
11 \preformatted{userList -> UserList$new(kind = NULL,
12         etag = NULL, items = NULL, next_link = NULL, next_page_token = NULL,
13         selfLink = NULL)
14 }
15 }
16
17 \section{Arguments}{
18
19   \describe{
20     \item{kind}{Object type. Always arvados#userList.}
21     \item{etag}{List version.}
22     \item{items}{The list of Users.}
23     \item{next_link}{A link to the next page of Users.}
24     \item{next_page_token}{The page token for the next page of Users.}
25     \item{selfLink}{A link back to this list.}
26   }
27 }
28