Merge branch 'master' of git.curoverse.com:arvados into 13076-r-autogen-api
[arvados.git] / sdk / R / man / Human.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/ArvadosClasses.R
3 \name{Human}
4 \alias{Human}
5 \title{Human}
6 \description{
7 Human
8 }
9 \section{Usage}{
10
11 \preformatted{human -> Human$new(uuid = NULL, etag = NULL,
12         owner_uuid = NULL, modified_by_client_uuid = NULL,
13         modified_by_user_uuid = NULL, modified_at = NULL, properties = NULL,
14         created_at = NULL, updated_at = NULL)
15 }
16 }
17
18 \section{Arguments}{
19
20   \describe{
21     \item{uuid}{Object ID.}
22     \item{etag}{Object version.}
23     \item{uuid}{}
24     \item{owner_uuid}{}
25     \item{modified_by_client_uuid}{}
26     \item{modified_by_user_uuid}{}
27     \item{modified_at}{}
28     \item{properties}{}
29     \item{created_at}{}
30     \item{updated_at}{}
31   }
32 }
33