Class OperationMetadata.Types.Step (2.0.0)

public sealed class Step : IMessage<OperationMetadata.Types.Step>, IEquatable<OperationMetadata.Types.Step>, IDeepCloneable<OperationMetadata.Types.Step>, IBufferMessage, IMessage

Represents the status of one operation step.

Inheritance

Object > OperationMetadata.Types.Step

Namespace

Google.Cloud.ServiceManagement.V1

Assembly

Google.Cloud.ServiceManagement.V1.dll

Constructors

Step()

public Step()

Step(OperationMetadata.Types.Step)

public Step(OperationMetadata.Types.Step other)
Parameter
NameDescription
otherOperationMetadata.Types.Step

Properties

Description

public string Description { get; set; }

The short description of the step.

Property Value
TypeDescription
String

Status

public OperationMetadata.Types.Status Status { get; set; }

The status code.

Property Value
TypeDescription
OperationMetadata.Types.Status