Class GetJobGenericErrorResponseContent
- Namespace
- Auth0.ManagementApi
- Assembly
- Auth0.ManagementApi.dll
[Serializable]
public record GetJobGenericErrorResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<GetJobGenericErrorResponseContent>
- Inheritance
-
GetJobGenericErrorResponseContent
- Implements
- Inherited Members
- Extension Methods
Properties
AdditionalProperties
[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }
Property Value
ConnectionId
connection_id of the connection this job uses.
[JsonPropertyName("connection_id")]
public string? ConnectionId { get; set; }
Property Value
CreatedAt
When this job was created.
[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }
Property Value
Id
ID of this job.
[JsonPropertyName("id")]
public required string Id { get; set; }
Property Value
Status
Status of this job.
[JsonPropertyName("status")]
public required string Status { get; set; }
Property Value
StatusDetails
Status details.
[JsonPropertyName("status_details")]
public string? StatusDetails { get; set; }
Property Value
Type
Type of job this is.
[JsonPropertyName("type")]
public required string Type { 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.