17119: drop the 'Kind' fields from the structs, autogenerate them instead.
[arvados.git] / sdk / go / arvados / pipeline_instance.go
index f2c0c81a09c8fd098998b7cb472eccd2fb5217bc..c3645fd709214f2edbf6e23d5a589e59b4f4cfc5 100644 (file)
@@ -25,7 +25,6 @@ type PipelineInstance struct {
        StartedAt            time.Time `json:"started_at"`
        FinishedAt           time.Time `json:"finished_at"`
        Description          string    `json:"description"`
-       Kind                 string    `json:"kind"`
        WritableBy           []string  `json:"writable_by,omitempty"`
 }