Class StepHistoryResponse
The StepHistoryResponse.
Assembly: Taskurai.dll
Declaration
public class StepHistoryResponse
Properties
Id
Step history id.
Declaration
public string Id { get; }
Created
Step history created (utc).
Declaration
public DateTimeOffset? Created { get; }
Step
Step.
Declaration
public StepResponse Step { get; }