Class JobResponse.JobType
Class representing a job response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class JobResponse.JobType : IRestIdentifiable
Properties
CompletedAt
Gets or sets the completed timestamp for the response.
Declaration
public string? CompletedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
Gets or sets the created timestamp for the response.
Declaration
public string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
FinishCode
Gets or sets the finish code for the response.
Declaration
public int FinishCode { get; set; }
Property Value
Type | Description |
---|---|
int |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Mode
Gets or sets the mode for the response.
Declaration
public string? Mode { get; set; }
Property Value
Type | Description |
---|---|
string |
Progress
Gets or sets the progress for the response.
Declaration
public int Progress { get; set; }
Property Value
Type | Description |
---|---|
int |
StatusNotes
Gets or sets the groups for the response.
Declaration
public JobResponse.JobType.StatusNoteType[] StatusNotes { get; set; }
Property Value
Type | Description |
---|---|
StatusNoteType[] |
Type
Gets or sets the type for the response.
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |
UpdatedAt
Gets or sets the updated timestamp for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |