public sealed class OperationMetadata.Types.Step : IMessage<OperationMetadata.Types.Step>, IEquatable<OperationMetadata.Types.Step>, IDeepCloneable<OperationMetadata.Types.Step>, IBufferMessage, IMessage
Reference documentation and code samples for the Service Management v1 API class OperationMetadata.Types.Step.
[[["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."],[[["This documentation page provides reference information for the `OperationMetadata.Types.Step` class within the Google Cloud Service Management v1 API."],["The `OperationMetadata.Types.Step` class represents the status of a single operation step in the service management process."],["The `Step` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it versatile for different types of usage."],["The class has two constructors, one default and one that accepts another `Step` instance for copying."],["The `Step` class includes two properties, `Description` (a string) and `Status` (an `OperationMetadata.Types.Status` enum), to capture the step's details and current status."]]],[]]