RunResponse.Usage

RunResponse.Usage property

Gets or sets the usage statistics related to the run. This value will be null if the run is not in a terminal state (i.e. in_progress, queued, etc.).

public Usage Usage { get; set; }

See Also