Contains overall summary information about a build.
| buildEndedAt | The time the build ended. | 
| buildStartedAt | The time the build was started. | 
| guid | The Application.buildGUID of the build. | 
| options | The BuildOptions used for the build, as passed to BuildPipeline.BuildPlayer. | 
| outputPath | The output path for the build, as provided to BuildPipeline.BuildPlayer. | 
| platform | The platform that the build was created for. | 
| platformGroup | The platform group the build was created for. | 
| result | The outcome of the build. | 
| totalErrors | The total number of errors and exceptions recorded during the build process. | 
| totalSize | The total size of the build output, in bytes. | 
| totalTime | The total time taken by the build process. | 
| totalWarnings | The total number of warnings recorded during the build process. |