Added fix for discovery document inconsistency
[arvados.git] / sdk / R / man / Specimen.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/ArvadosClasses.R
3 \name{Specimen}
4 \alias{Specimen}
5 \title{Specimen}
6 \description{
7 Specimen
8 }
9 \section{Usage}{
10
11 \preformatted{specimen -> Specimen$new(uuid = NULL,
12         etag = NULL, owner_uuid = NULL, created_at = NULL,
13         modified_by_client_uuid = NULL, modified_by_user_uuid = NULL,
14         modified_at = NULL, material = NULL, updated_at = NULL,
15         properties = NULL)
16 }
17 }
18
19 \section{Arguments}{
20
21   \describe{
22     \item{uuid}{Object ID.}
23     \item{etag}{Object version.}
24     \item{uuid}{}
25     \item{owner_uuid}{}
26     \item{created_at}{}
27     \item{modified_by_client_uuid}{}
28     \item{modified_by_user_uuid}{}
29     \item{modified_at}{}
30     \item{material}{}
31     \item{updated_at}{}
32     \item{properties}{}
33   }
34 }
35