Class ImportJobResponse.ImportJobType
Class representing a job response.
Inheritance
object
ImportJobResponse.ImportJobType
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ImportJobResponse.ImportJobType : IRestIdentifiable
Properties
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 |
Type
Gets or sets the type for the response.
Declaration
public string? Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |