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