# CreatedBuildV3WithMultipartUrls

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


## Fields

| Field                                                                                                                                                   | Type                                                                                                                                                    | Required                                                                                                                                                | Description                                                                                                                                             | Example                                                                                                                                                 |
| ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `BuildId`                                                                                                                                               | *string*                                                                                                                                                | :heavy_check_mark:                                                                                                                                      | System generated id for a build. Can also be user defined when creating a build.                                                                        | bld-6d4c6a71-2d75-4b42-94e1-f312f57f33c5                                                                                                                |
| `BuildTag`                                                                                                                                              | *string*                                                                                                                                                | :heavy_minus_sign:                                                                                                                                      | Tag to associate an external version with a build. It is accessible via [`GetBuildInfo()`](https://hathora.dev/api#tag/BuildV2/operation/GetBuildInfo). | 0.1.14-14c793                                                                                                                                           |
| `CompleteUploadPostRequestUrl`                                                                                                                          | *string*                                                                                                                                                | :heavy_check_mark:                                                                                                                                      | N/A                                                                                                                                                     |                                                                                                                                                         |
| `ContentHash`                                                                                                                                           | *string*                                                                                                                                                | :heavy_minus_sign:                                                                                                                                      | 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                                                                                                                                                     |                                                                                                                                                         |
| `OrgId`                                                                                                                                                 | *string*                                                                                                                                                | :heavy_check_mark:                                                                                                                                      | System generated unique identifier for an organization. Not guaranteed to have a specific format.                                                       | org-6f706e83-0ec1-437a-9a46-7d4281eb2f39                                                                                                                |
| `ShareUrl`                                                                                                                                              | *string*                                                                                                                                                | :heavy_minus_sign:                                                                                                                                      | Url to view details, like build logs, of the build.                                                                                                     |                                                                                                                                                         |
| `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                                                                                                                                                     |                                                                                                                                                         |