Merge branch 'master' of git.curoverse.com:arvados into 13076-r-autogen-api
[arvados.git] / sdk / R / man / SpecimenList.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/ArvadosClasses.R
3 \name{SpecimenList}
4 \alias{SpecimenList}
5 \title{SpecimenList}
6 \description{
7 Specimen list
8 }
9 \section{Usage}{
10
11 \preformatted{specimenList -> SpecimenList$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#specimenList.}
21     \item{etag}{List version.}
22     \item{items}{The list of Specimens.}
23     \item{next_link}{A link to the next page of Specimens.}
24     \item{next_page_token}{The page token for the next page of Specimens.}
25     \item{selfLink}{A link back to this list.}
26   }
27 }
28