Skip to content

Commit

Permalink
Add "unspecified" to the PhoneType enum
Browse files Browse the repository at this point in the history
Resolves #235
  • Loading branch information
Jericho committed Aug 16, 2022
1 parent 241284b commit 8c03502
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Source/ZoomNet/Models/PhoneType.cs
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ namespace ZoomNet.Models
/// </summary>
public enum PhoneType
{
/// <summary>Unspecified.</summary>
[EnumMember(Value = "")]
Unspecified,

/// <summary>Mobile.</summary>
[EnumMember(Value = "Mobile")]
Mobile,
Expand Down

0 comments on commit 8c03502

Please sign in to comment.