public sealed class SlsaCompleteness : IMessage<SlsaProvenance.Types.SlsaCompleteness>, IEquatable<SlsaProvenance.Types.SlsaCompleteness>, IDeepCloneable<SlsaProvenance.Types.SlsaCompleteness>, IBufferMessage, IMessage
Indicates that the builder claims certain fields in this message to be
complete.
[[["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."],[[["This document outlines the `SlsaCompleteness` class within the `Grafeas.V1` namespace, specifically version 2.4.0, detailing its role in indicating the completeness of certain fields as claimed by the builder."],["The `SlsaCompleteness` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["It offers two constructors: a default constructor and one that takes another `SlsaCompleteness` object as a parameter, effectively allowing for the creation of a new object from an existing one."],["The class includes three boolean properties—`Arguments`, `Environment`, and `Materials`—which, when set to true, indicate that the builder asserts that the respective field is complete."],["This `SlsaCompleteness` class is part of the Grafeas.V1.dll assembly, and it is important for developers working with this API to understand how completeness is claimed and defined for recipe arguments, environment, and materials."]]],[]]