Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 9.67 KB

File metadata and controls

23 lines (19 loc) · 9.67 KB

BuildWithUploadUrl

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

Fields

Field Type Required Description Example
appId String ✔️ System generated unique identifier for an application. app-af469a92-5b45-4565-b3c4-b79878de67d2
buildId int ✔️ System generated id for a build. Increments by 1. 1
buildTag JsonNullable<String> N/A 0.1.14-14c793
createdAt OffsetDateTime ✔️ When CreateBuild() is called.
createdBy String ✔️ N/A noreply@hathora.dev
deletedAt OffsetDateTime ✔️ When the build was deleted.
expiredAt OffsetDateTime When the build expired
finishedAt OffsetDateTime ✔️ When RunBuild() finished executing.
imageSize long ✔️ The size (in bytes) of the Docker image built by Hathora.
regionalContainerTags List<BuildWithUploadUrlRegionalContainerTags> ✔️ : warning: ** DEPRECATED **: This will be removed in a future release, please migrate away from it as soon as possible.
startedAt OffsetDateTime ✔️ When RunBuild() is called.
status BuildStatus ✔️ N/A
uploadBodyParams List<UploadBodyParams> ✔️ N/A
uploadUrl String ✔️ N/A