RunStepResponse.ExpiredAt

RunStepResponse.ExpiredAt property

Gets or sets the Unix timestamp (in seconds) for when the run step expired. A step is considered expired if the parent run is expired.

public long? ExpiredAt { get; set; }

See Also