Table of Contents

Class DeleteConnectionUsersByEmailQueryParameters

Namespace
Auth0.ManagementApi.Connections
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record DeleteConnectionUsersByEmailQueryParameters : IEquatable<DeleteConnectionUsersByEmailQueryParameters>
Inheritance
DeleteConnectionUsersByEmailQueryParameters
Implements
Inherited Members
Extension Methods

Properties

Email

The email of the user to delete

[JsonIgnore]
public required string Email { get; set; }

Property Value

string

Methods

ToString()

Returns a string that represents the current object.

public override string ToString()

Returns

string

A string that represents the current object.