public sealed class SlsaProvenance.Types.SlsaBuilder : IMessage<SlsaProvenance.Types.SlsaBuilder>, IEquatable<SlsaProvenance.Types.SlsaBuilder>, IDeepCloneable<SlsaProvenance.Types.SlsaBuilder>, 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-04-17 UTC."],[[["The content details the `SlsaBuilder` class within the `Grafeas.V1` namespace, which is part of the .NET documentation."],["`SlsaBuilder` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, signifying its role in handling messages, equality checks, deep cloning, and buffering."],["The class inherits from `object` and provides two constructors: a default one (`SlsaBuilder()`) and another that accepts another `SlsaBuilder` object as input for copying (`SlsaBuilder(SlsaProvenance.Types.SlsaBuilder other)`)."],["It includes one property, `Id`, which is of type `string` and can be used to set and get a specific identifier for the `SlsaBuilder` instance."],["The document references multiple versions of `SlsaBuilder`, ranging from 2.2.0 up to the latest 3.7.0, allowing the user to navigate to various historic versions for their review."]]],[]]