Skip to content

Commit

Permalink
MV73X dispensed with
Browse files Browse the repository at this point in the history
  • Loading branch information
stashjones committed Oct 22, 2024
1 parent ce27f06 commit a0214c3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 50 deletions.
22 changes: 0 additions & 22 deletions Meraki.Api/Data/MV73X.cs

This file was deleted.

26 changes: 0 additions & 26 deletions Meraki.Api/Data/Mv73XResolution.cs

This file was deleted.

4 changes: 2 additions & 2 deletions Meraki.Api/Data/VideoSettings.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,14 @@ public class VideoSettings
/// </summary>
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "MV73M")]
public Mv73X? Mv73M { get; set; }
public Mv73? Mv73M { get; set; }

/// <summary>
/// Gets or Sets MV73X
/// </summary>
[ApiAccess(ApiAccess.ReadWrite)]
[DataMember(Name = "MV73X")]
public Mv73X? Mv73X { get; set; }
public Mv73? Mv73X { get; set; }

/// <summary>
/// Gets or Sets MV93
Expand Down

0 comments on commit a0214c3

Please sign in to comment.