Merge branch '12690-12748-crunchstat-summary'
[arvados.git] / sdk / go / arvados / collection.go
index 8a8330abb5e3acd501dc8fa4e29ef2294d3fb9db..5b613006077baf2657b87b60820c05e7f4537963 100644 (file)
@@ -16,8 +16,9 @@ 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"`
+       ManifestText              string     `json:"manifest_text"`
        UnsignedManifestText      string     `json:"unsigned_manifest_text,omitempty"`
        Name                      string     `json:"name,omitempty"`
        CreatedAt                 *time.Time `json:"created_at,omitempty"`