public sealed class Step : IMessage<OperationMetadata.Types.Step>, IEquatable<OperationMetadata.Types.Step>, IDeepCloneable<OperationMetadata.Types.Step>, 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-01 UTC."],[[["The latest version of the `OperationMetadata.Types.Step` class is 2.4.0, with multiple previous versions available for reference, ranging back to version 1.1.0."],["The `Step` class represents the status of one operation step and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `Step` class inherits from the base `Object` class and has methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()`."],["The `Step` class has two constructors: a default `Step()` constructor and another `Step(OperationMetadata.Types.Step other)` constructor, which takes an `OperationMetadata.Types.Step` object as a parameter."],["The class features two properties, `Description` (a string providing a short step description) and `Status` (an `OperationMetadata.Types.Status` indicating the status code)."]]],[]]