17119: drop the 'Kind' fields from the structs, autogenerate them instead.
[arvados.git] / sdk / go / arvados / group.go
index 07632059e11f74c72e51e41f34f98410981544bf..d5243dc170708afac1e51556adbf145c900c4f43 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"`