Class BuildStageRunStep
The details about each step in a build stage.
Inherited Members
Namespace: Oci.DevopsService.Models
Assembly: OCI.DotNetSDK.Devops.dll
Syntax
public class BuildStageRunStep
  Properties
Name
Declaration
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
  Property Value
| Type | Description | 
|---|---|
| string | Name of the step.  | 
      
State
Declaration
[JsonProperty(PropertyName = "state")]
[JsonConverter(typeof(ResponseEnumConverter))]
public BuildStageRunStep.StateEnum? State { get; set; }
  Property Value
| Type | Description | 
|---|---|
| BuildStageRunStep.StateEnum? | State of the step.  | 
      
TimeFinished
Declaration
[JsonProperty(PropertyName = "timeFinished")]
public DateTime? TimeFinished { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTime? | Time when the step finished.  | 
      
TimeStarted
Declaration
[JsonProperty(PropertyName = "timeStarted")]
public DateTime? TimeStarted { get; set; }
  Property Value
| Type | Description | 
|---|---|
| DateTime? | Time when the step started.  |