Skip to content

Commit

Permalink
Adding to domain file
Browse files Browse the repository at this point in the history
  • Loading branch information
AsabuHere committed Sep 23, 2024
1 parent 5fda91d commit 0516f4a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Twilio/Rest/Domain.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ public static implicit operator Domain(string value)
public static readonly Domain Video = new Domain("video");
public static readonly Domain Voice = new Domain("voice");
public static readonly Domain Wireless = new Domain("wireless");
public static readonly Domain PreviewIam = new Domain("preview-iam");

Check failure on line 61 in src/Twilio/Rest/Domain.cs

View workflow job for this annotation

GitHub Actions / Test

The type 'Domain' already contains a definition for 'PreviewIam'

Check failure on line 61 in src/Twilio/Rest/Domain.cs

View workflow job for this annotation

GitHub Actions / Test

The type 'Domain' already contains a definition for 'PreviewIam'

Check failure on line 61 in src/Twilio/Rest/Domain.cs

View workflow job for this annotation

GitHub Actions / Test

The type 'Domain' already contains a definition for 'PreviewIam'

Check failure on line 61 in src/Twilio/Rest/Domain.cs

View workflow job for this annotation

GitHub Actions / Test

The type 'Domain' already contains a definition for 'PreviewIam'

Check failure on line 61 in src/Twilio/Rest/Domain.cs

View workflow job for this annotation

GitHub Actions / Test

The type 'Domain' already contains a definition for 'PreviewIam'

Check failure on line 61 in src/Twilio/Rest/Domain.cs

View workflow job for this annotation

GitHub Actions / Test

The type 'Domain' already contains a definition for 'PreviewIam'

Check failure on line 61 in src/Twilio/Rest/Domain.cs

View workflow job for this annotation

GitHub Actions / Test

The type 'Domain' already contains a definition for 'PreviewIam'

Check failure on line 61 in src/Twilio/Rest/Domain.cs

View workflow job for this annotation

GitHub Actions / Test

The type 'Domain' already contains a definition for 'PreviewIam'
}

}

0 comments on commit 0516f4a

Please sign in to comment.