16133: Avoid cycle when searching federation for PDH.
[arvados.git] / sdk / go / arvados / collection.go
index 4c9305f3f7a7e0fb7b4ac2e38898a7eb0441ac07..5ac35e2292e97809cdb68e6d06ab937193cdba4f 100644 (file)
@@ -36,6 +36,7 @@ type Collection struct {
        DeleteAt                  *time.Time             `json:"delete_at"`
        IsTrashed                 bool                   `json:"is_trashed"`
        Properties                map[string]interface{} `json:"properties"`
+       WritableBy                []string               `json:"writable_by,omitempty"`
 }
 
 func (c Collection) resourceName() string {