RunStepResponse.Usage

RunStepResponse.Usage property

Gets or sets usage statistics related to the run step. This value will be null while the run step’s status is in_progress.

public Usage Usage { get; set; }

See Also