Skip to content

Commit

Permalink
remove domain as directory query param
Browse files Browse the repository at this point in the history
  • Loading branch information
ameesha committed Jan 16, 2024
1 parent 61d0f2f commit bb66706
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,6 @@
/// </summary>
public class ListDirectoriesOptions : ListOptions
{
/// <summary>
/// Domain of a <see cref="Directory"/>. Can be empty.
/// </summary>
[JsonProperty("domain")]
public string Domain { get; set; }

/// <summary>
/// Searchable text for a <see cref="Directory"/>. Can be empty.
/// </summary>
Expand Down

0 comments on commit bb66706

Please sign in to comment.