Merge branch '18691-freeze-project'
[arvados.git] / sdk / go / arvados / group.go
index 07632059e11f74c72e51e41f34f98410981544bf..ad7ac1ee2b74a0d972b2adb4570a6ba417d455b6 100644 (file)
@@ -16,7 +16,6 @@ type Group struct {
        GroupClass           string                 `json:"group_class"`
        Etag                 string                 `json:"etag"`
        Href                 string                 `json:"href"`
-       Kind                 string                 `json:"kind"`
        TrashAt              *time.Time             `json:"trash_at"`
        CreatedAt            time.Time              `json:"created_at"`
        ModifiedAt           time.Time              `json:"modified_at"`
@@ -27,6 +26,7 @@ type Group struct {
        Properties           map[string]interface{} `json:"properties"`
        WritableBy           []string               `json:"writable_by,omitempty"`
        Description          string                 `json:"description"`
+       FrozenByUUID         string                 `json:"frozen_by_uuid"`
 }
 
 // GroupList is an arvados#groupList resource.