10538: Fix misspelled IsTrash -> IsTrashed
authorTom Clegg <tom@curoverse.com>
Fri, 30 Dec 2016 18:37:41 +0000 (13:37 -0500)
committerTom Clegg <tom@curoverse.com>
Fri, 30 Dec 2016 18:37:41 +0000 (13:37 -0500)
sdk/go/arvados/collection.go

index 3584d0d01ce6eb119126b80a98227d88d99a4aa7..9274238d2806c61a857414999a3b284ab7d2182b 100644 (file)
@@ -21,7 +21,7 @@ type Collection struct {
        ReplicationConfirmedAt *time.Time `json:"replication_confirmed_at,omitempty"`
        ReplicationDesired     *int       `json:"replication_desired,omitempty"`
        DeleteAt               *time.Time `json:"delete_at,omitempty"`
-       IsTrash                bool       `json:"is_trash,omitempty"`
+       IsTrashed              bool       `json:"is_trashed,omitempty"`
 }
 
 // SizedDigests returns the hash+size part of each data block