# GetUpdatesStatusMediaContainer ## Fields | Field | Type | Required | Description | | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------- | | `AutoUpdateVersion` | *long* | :heavy_minus_sign: | The version of the updater (currently `1`) | | `CanInstall` | *bool* | :heavy_minus_sign: | Indicates whether this install can be updated through these endpoints (typically only on MacOS and Windows) | | `CheckedAt` | *long* | :heavy_minus_sign: | The last time a check for updates was performed | | `DownloadURL` | *string* | :heavy_minus_sign: | The URL where the update is available | | `Release` | List<[Release](../../Models/Requests/Release.md)> | :heavy_minus_sign: | N/A | | `Status` | *long* | :heavy_minus_sign: | The current error code (`0` means no error) |