Class Usage NamespaceAutoGen.Anthropic.DTO AssemblyAutoGen.Anthropic.dll public class Usage Inheritance object Usage Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Properties CacheCreationInputTokens [JsonPropertyName("cache_creation_input_tokens")] public int CacheCreationInputTokens { get; set; } Property Value int CacheReadInputTokens [JsonPropertyName("cache_read_input_tokens")] public int CacheReadInputTokens { get; set; } Property Value int InputTokens [JsonPropertyName("input_tokens")] public int InputTokens { get; set; } Property Value int OutputTokens [JsonPropertyName("output_tokens")] public int OutputTokens { get; set; } Property Value int