Skip to content

Commit

Permalink
Merge pull request #301 from tieje3/add-key
Browse files Browse the repository at this point in the history
added key
  • Loading branch information
davidvonthenen authored Jun 8, 2024
2 parents 3518220 + 79316ad commit e625bf9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions Deepgram/Models/Manage/v1/Key.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,13 @@ public record Key
[JsonPropertyName("api_key_id")]
public string? ApiKeyId { get; set; }

/// <summary>
/// Deepgram secret key
/// </summary>
[JsonIgnore(Condition = JsonIgnoreCondition.WhenWritingNull)]
[JsonPropertyName("key")]
public string? SecretKey { get; set; }

/// <summary>
/// Comment for the Deepgram API key
/// </summary>
Expand Down

0 comments on commit e625bf9

Please sign in to comment.