Merge branch 'master' into 13804-no-shutdown-wanted-nodes
[arvados.git] / sdk / go / arvados / collection.go
index 8a8330abb5e3acd501dc8fa4e29ef2294d3fb9db..79be2f3f1d27d515f03b166573fd3c3c5fb0eb9b 100644 (file)
@@ -16,6 +16,7 @@ import (
 // Collection is an arvados#collection resource.
 type Collection struct {
        UUID                      string     `json:"uuid,omitempty"`
+       OwnerUUID                 string     `json:"owner_uuid,omitempty"`
        TrashAt                   *time.Time `json:"trash_at,omitempty"`
        ManifestText              string     `json:"manifest_text,omitempty"`
        UnsignedManifestText      string     `json:"unsigned_manifest_text,omitempty"`