public sealed class InTotoSlsaProvenanceV1.Types.BuildMetadata : IMessage<InTotoSlsaProvenanceV1.Types.BuildMetadata>, IEquatable<InTotoSlsaProvenanceV1.Types.BuildMetadata>, IDeepCloneable<InTotoSlsaProvenanceV1.Types.BuildMetadata>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The `BuildMetadata` class, found within the `Grafeas.V1.InTotoSlsaProvenanceV1.Types` namespace, is the focus of this page, representing metadata related to a build process."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its functionality in data handling, comparison, deep cloning, and buffer management."],["The page lists various versions of the `BuildMetadata` class, with the latest version being 3.7.0, alongside older versions ranging from 3.6.0 down to 2.2.0, allowing for backwards compatibility and version-specific referencing."],["`BuildMetadata` objects can be created using two constructors: one default constructor `BuildMetadata()` and another that takes an existing `BuildMetadata` object as an argument `BuildMetadata(InTotoSlsaProvenanceV1.Types.BuildMetadata other)` for cloning."],["The class contains three properties: `FinishedOn`, `InvocationId`, and `StartedOn` which respectively represent the timestamp the build was finished on, the invocation ID, and the timestamp the build started on."]]],[]]