1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: Apache-2.0
7 // Group is an arvados#group record
9 UUID string `json:"uuid,omitempty"`
10 Name string `json:"name,omitempty"`
11 OwnerUUID string `json:"owner_uuid,omitempty"`
14 // GroupList is an arvados#groupList resource.
15 type GroupList struct {
16 Items []Group `json:"items"`
17 ItemsAvailable int `json:"items_available"`
18 Offset int `json:"offset"`
19 Limit int `json:"limit"`