Class DeleteConnectionUsersByEmailQueryParameters
- Namespace
- Auth0.ManagementApi.Connections
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record DeleteConnectionUsersByEmailQueryParameters : IEquatable<DeleteConnectionUsersByEmailQueryParameters>
- Inheritance
-
DeleteConnectionUsersByEmailQueryParameters
- Implements
- Inherited Members
- Extension Methods
Properties
The email of the user to delete
[JsonIgnore]
public required string Email { get; set; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.