Class GetJobErrorResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetJobErrorResponseContent : IJsonOnDeserialized, IEquatable<GetJobErrorResponseContent>
- Inheritance
-
GetJobErrorResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public ReadOnlyAdditionalProperties AdditionalProperties { get; }
Property Value
Errors
Errors importing the user.
[JsonPropertyName("errors")]
public IEnumerable<GetJobImportUserError>? Errors { get; set; }
Property Value
User
[JsonPropertyName("user")]
public Dictionary<string, object?>? User { 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.