17119: drop the 'Kind' fields from the structs, autogenerate them instead.
[arvados.git] / sdk / go / arvados / trait.go
index 3195958f5015874332c529870d7f884250e50179..9a2e3cf6716bfd3e0516ed18094be48794a78713 100644 (file)
@@ -18,7 +18,6 @@ type Trait struct {
        Name                 string    `json:"name"`
        Properties           string    `json:"properties"`
        UpdatedAt            time.Time `json:"updated_at"`
-       Kind                 string    `json:"kind"`
        WritableBy           []string  `json:"writable_by,omitempty"`
 }