Merge branch 'master' of git.curoverse.com:arvados into 13076-r-autogen-api
[arvados.git] / sdk / R / man / UserAgreement.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/ArvadosClasses.R
3 \name{UserAgreement}
4 \alias{UserAgreement}
5 \title{UserAgreement}
6 \description{
7 UserAgreement
8 }
9 \section{Usage}{
10
11 \preformatted{userAgreement -> UserAgreement$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, portable_data_hash = NULL, replication_desired = NULL,
15         replication_confirmed_at = NULL, replication_confirmed = NULL,
16         updated_at = NULL, manifest_text = NULL, name = NULL,
17         description = NULL, properties = NULL, delete_at = NULL,
18         file_names = NULL, trash_at = NULL, is_trashed = NULL)
19 }
20 }
21
22 \section{Arguments}{
23
24   \describe{
25     \item{uuid}{Object ID.}
26     \item{etag}{Object version.}
27     \item{owner_uuid}{}
28     \item{created_at}{}
29     \item{modified_by_client_uuid}{}
30     \item{modified_by_user_uuid}{}
31     \item{modified_at}{}
32     \item{portable_data_hash}{}
33     \item{replication_desired}{}
34     \item{replication_confirmed_at}{}
35     \item{replication_confirmed}{}
36     \item{updated_at}{}
37     \item{uuid}{}
38     \item{manifest_text}{}
39     \item{name}{}
40     \item{description}{}
41     \item{properties}{}
42     \item{delete_at}{}
43     \item{file_names}{}
44     \item{trash_at}{}
45     \item{is_trashed}{}
46   }
47 }
48