14259: Add method to keep client to request remote block copy via HEAD request.
[arvados.git] / sdk / go / arvados / collection.go
index 79be2f3f1d27d515f03b166573fd3c3c5fb0eb9b..5b613006077baf2657b87b60820c05e7f4537963 100644 (file)
@@ -18,7 +18,7 @@ type Collection struct {
        UUID                      string     `json:"uuid,omitempty"`
        OwnerUUID                 string     `json:"owner_uuid,omitempty"`
        TrashAt                   *time.Time `json:"trash_at,omitempty"`
-       ManifestText              string     `json:"manifest_text,omitempty"`
+       ManifestText              string     `json:"manifest_text"`
        UnsignedManifestText      string     `json:"unsigned_manifest_text,omitempty"`
        Name                      string     `json:"name,omitempty"`
        CreatedAt                 *time.Time `json:"created_at,omitempty"`