Table of Contents

Class GetJobResponseContent

Namespace
Auth0.ManagementApi
Assembly
Auth0.ManagementApi.dll
[Serializable]
public record GetJobResponseContent : IJsonOnDeserialized, IJsonOnSerializing, IEquatable<GetJobResponseContent>
Inheritance
GetJobResponseContent
Implements
Inherited Members
Extension Methods

Properties

AdditionalProperties

[JsonIgnore]
public AdditionalProperties AdditionalProperties { get; set; }

Property Value

AdditionalProperties

ConnectionId

connection_id of the connection this job uses.

[JsonPropertyName("connection_id")]
public string? ConnectionId { get; set; }

Property Value

string

CreatedAt

When this job was created.

[JsonPropertyName("created_at")]
public string? CreatedAt { get; set; }

Property Value

string

Format

[JsonPropertyName("format")]
public JobFileFormatEnum? Format { get; set; }

Property Value

JobFileFormatEnum?

Id

ID of this job.

[JsonPropertyName("id")]
public required string Id { get; set; }

Property Value

string

Location

URL to download the result of this job.

[JsonPropertyName("location")]
public string? Location { get; set; }

Property Value

string

PercentageDone

Completion percentage of this job.

[JsonPropertyName("percentage_done")]
public int? PercentageDone { get; set; }

Property Value

int?

Status

Status of this job.

[JsonPropertyName("status")]
public required string Status { get; set; }

Property Value

string

StatusDetails

Status details.

[JsonPropertyName("status_details")]
public string? StatusDetails { get; set; }

Property Value

string

Summary

[JsonPropertyName("summary")]
public GetJobSummary? Summary { get; set; }

Property Value

GetJobSummary

TimeLeftSeconds

Estimated time remaining before job completes.

[JsonPropertyName("time_left_seconds")]
public int? TimeLeftSeconds { get; set; }

Property Value

int?

Type

Type of job this is.

[JsonPropertyName("type")]
public required string Type { 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.