public sealed class Material : IMessage<SlsaProvenance.Types.Material>, IEquatable<SlsaProvenance.Types.Material>, IDeepCloneable<SlsaProvenance.Types.Material>, 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."],[[["This webpage details the `Material` class within the `Grafeas.V1.SlsaProvenance.Types` namespace, specifically in version 3.0.0 of the Grafeas.V1 library."],["The `Material` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality comparisons, deep cloning, and buffer message operations."],["It inherits from `Object` and has inherited members like `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The class has two constructors: a default `Material()` constructor and another that accepts an instance of `SlsaProvenance.Types.Material` as a parameter for creating copies."],["The `Material` class includes two properties, `Digest` (a map of string keys to string values) and `Uri` (a string), which are used for handling associated data."]]],[]]