17296: Merge branch 'master'
[arvados.git] / sdk / go / arvados / api.go
index bfae393f861ce9bc168519cf49581b711c8efb82..4e0348c083df7617442fd6c8bfe133264c91f56f 100644 (file)
@@ -136,6 +136,7 @@ type UpdateOptions struct {
 }
 
 type GroupContentsOptions struct {
+       ClusterID          string   `json:"cluster_id"`
        UUID               string   `json:"uuid,omitempty"`
        Select             []string `json:"select"`
        Filters            []Filter `json:"filters"`