Skip to content

Commit

Permalink
Fixed property typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidnmbond committed Nov 11, 2024
1 parent 73860e5 commit 0721f9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion LogicMonitor.Api/Resources/ResourceGroup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -294,7 +294,7 @@ public class ResourceGroup : NamedItem, IHasCustomProperties, IPatchable
/// The number of kubernetes devices that belong to this ResourceGroup (includes Kubernetes devices in sub groups)
/// </summary>
[DataMember(Name = "numOfKubernetesDevices")]
public int KubernetesResource0Count { get; set; }
public int KubernetesResourceCount { get; set; }

/// <summary>
/// The Alerting disabled on
Expand Down

0 comments on commit 0721f9a

Please sign in to comment.