Class DurationUsage
- Namespace
- OpenAI
- Assembly
- OpenAI-DotNet.dll
public sealed class DurationUsage- Inheritance
- 
      
      DurationUsage
- Inherited Members
Properties
Seconds
[JsonInclude]
[JsonPropertyName("seconds")]
public float Seconds { get; }Property Value
Type
[JsonInclude]
[JsonPropertyName("type")]
public string Type { get; }Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()Returns
- string
- A string that represents the current object.