Skip to content

Commit

Permalink
make RC stuff conform to snake case standard
Browse files Browse the repository at this point in the history
  • Loading branch information
robertpi committed Jul 3, 2024
1 parent ab954dd commit 802a5ea
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,12 @@

namespace Datadog.Trace.AppSec.Rcm.Models.AsmFeatures;

using Datadog.Trace.Vendors.Newtonsoft.Json;

internal class AsmFeatures
{
public AsmFeature? Asm { get; set; } = new();

[JsonProperty("auto_user_instrum")]
public AutoUserInstrum? AutoUserInstrum { get; set; } = new();
}

0 comments on commit 802a5ea

Please sign in to comment.