Merge branch 'master' of git.curoverse.com:arvados into 11876-r-sdk
[arvados.git] / sdk / R / man / Collection.Rd
1 % Generated by roxygen2: do not edit by hand
2 % Please edit documentation in R/arvados_objects.R
3 \name{Collection}
4 \alias{Collection}
5 \title{Collection Object}
6 \usage{
7 Collection(uuid = NULL, etag = NULL, owner_uuid = NULL,
8   created_at = NULL, modified_by_client_uuid = NULL,
9   modified_by_user_uuid = NULL, modified_at = NULL,
10   portable_data_hash = NULL, replication_desired = NULL,
11   replication_confirmed_at = NULL, replication_confirmed = NULL,
12   updated_at = NULL, manifest_text = NULL, name = NULL,
13   description = NULL, properties = NULL, delete_at = NULL,
14   file_names = NULL, trash_at = NULL, is_trashed = NULL)
15 }
16 \arguments{
17 \item{uuid}{Object ID}
18
19 \item{etag}{Object version}
20
21 \item{owner_uuid}{No description}
22
23 \item{created_at}{No description}
24
25 \item{modified_by_client_uuid}{No description}
26
27 \item{modified_by_user_uuid}{No description}
28
29 \item{modified_at}{No description}
30
31 \item{portable_data_hash}{No description}
32
33 \item{replication_desired}{No description}
34
35 \item{replication_confirmed_at}{No description}
36
37 \item{replication_confirmed}{No description}
38
39 \item{updated_at}{No description}
40
41 \item{manifest_text}{No description}
42
43 \item{name}{No description}
44
45 \item{description}{No description}
46
47 \item{properties}{No description}
48
49 \item{delete_at}{No description}
50
51 \item{file_names}{No description}
52
53 \item{trash_at}{No description}
54
55 \item{is_trashed}{No description}
56 }
57 \value{
58 Collection object
59 }
60 \description{
61 Collection Object
62 }
63 \details{
64 Todo: Update description
65 Collection
66 }
67 \concept{Collection functions}