# BuildWithMultipartUrls

A build represents a game server artifact and its associated metadata.


## Fields

| Field                                                                                                                   | Type                                                                                                                    | Required                                                                                                                | Description                                                                                                             | Example                                                                                                                 |
| ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- |
| `AppId`                                                                                                                 | *string*                                                                                                                | :heavy_check_mark:                                                                                                      | System generated unique identifier for an application.                                                                  | app-af469a92-5b45-4565-b3c4-b79878de67d2                                                                                |
| `BuildId`                                                                                                               | *int*                                                                                                                   | :heavy_check_mark:                                                                                                      | System generated id for a build. Increments by 1.                                                                       | 1                                                                                                                       |
| `BuildTag`                                                                                                              | *string*                                                                                                                | :heavy_minus_sign:                                                                                                      | N/A                                                                                                                     | 0.1.14-14c793                                                                                                           |
| `CompleteUploadPostRequestUrl`                                                                                          | *string*                                                                                                                | :heavy_check_mark:                                                                                                      | N/A                                                                                                                     |                                                                                                                         |
| `CreatedAt`                                                                                                             | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0)                                   | :heavy_check_mark:                                                                                                      | When [`CreateBuild()`](https://hathora.dev/api#tag/BuildV2/operation/CreateBuild) is called.                            |                                                                                                                         |
| `CreatedBy`                                                                                                             | *string*                                                                                                                | :heavy_check_mark:                                                                                                      | N/A                                                                                                                     | noreply@hathora.dev                                                                                                     |
| `DeletedAt`                                                                                                             | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0)                                   | :heavy_check_mark:                                                                                                      | When the build was deleted.                                                                                             |                                                                                                                         |
| `FinishedAt`                                                                                                            | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0)                                   | :heavy_check_mark:                                                                                                      | When [`RunBuild()`](https://hathora.dev/api#tag/BuildV2/operation/RunBuild) finished executing.                         |                                                                                                                         |
| `ImageSize`                                                                                                             | *long*                                                                                                                  | :heavy_check_mark:                                                                                                      | The size (in bytes) of the Docker image built by Hathora.                                                               |                                                                                                                         |
| `MaxChunkSize`                                                                                                          | *double*                                                                                                                | :heavy_check_mark:                                                                                                      | N/A                                                                                                                     |                                                                                                                         |
| ~~`RegionalContainerTags`~~                                                                                             | List<[BuildWithMultipartUrlsRegionalContainerTags](../../Models/Shared/BuildWithMultipartUrlsRegionalContainerTags.md)> | :heavy_check_mark:                                                                                                      | : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible. |                                                                                                                         |
| `StartedAt`                                                                                                             | [DateTime](https://learn.microsoft.com/en-us/dotnet/api/system.datetime?view=net-5.0)                                   | :heavy_check_mark:                                                                                                      | When [`RunBuild()`](https://hathora.dev/api#tag/BuildV2/operation/RunBuild) is called.                                  |                                                                                                                         |
| `Status`                                                                                                                | [BuildStatus](../../Models/Shared/BuildStatus.md)                                                                       | :heavy_check_mark:                                                                                                      | N/A                                                                                                                     |                                                                                                                         |
| `UploadParts`                                                                                                           | List<[BuildPart](../../Models/Shared/BuildPart.md)>                                                                     | :heavy_check_mark:                                                                                                      | N/A                                                                                                                     |                                                                                                                         |