| Name | Type | Description | Notes |
|---|---|---|---|
| Id | string | Required. Unique identifier of the build. | [optional] [default to null] |
| ProjectId | string | ID of the project. | [optional] [default to null] |
| Commands | []ProvenanceCommand | Commands requested by the build. | [optional] [default to null] |
| BuiltArtifacts | []ProvenanceArtifact | Output of the build. | [optional] [default to null] |
| CreateTime | time.Time | Time at which the build was created. | [optional] [default to null] |
| StartTime | time.Time | Time at which execution of the build was started. | [optional] [default to null] |
| EndTime | time.Time | Time at which execution of the build was finished. | [optional] [default to null] |
| Creator | string | E-mail address of the user who initiated this build. Note that this was the user's e-mail address at the time the build was initiated; this address may not represent the same end-user for all time. | [optional] [default to null] |
| LogsUri | string | URI where any logs for this provenance were written. | [optional] [default to null] |
| SourceProvenance | *ProvenanceSource | Details of the Source input to the build. | [optional] [default to null] |
| TriggerId | string | Trigger identifier if the build was triggered automatically; empty if not. | [optional] [default to null] |
| BuildOptions | map[string]string | Special options applied to this build. This is a catch-all field where build providers can enter any desired additional details. | [optional] [default to null] |
| BuilderVersion | string | Version string of the builder at the time this build was executed. | [optional] [default to null] |