Class ImportJobResponse
Class representing an import job response.
Inheritance
ImportJobResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ImportJobResponse : TableauServerResponse<ImportJobResponse.ImportJobType>, ITableauServerResponse<ImportJobResponse.ImportJobType>, ITableauServerResponse
Properties
Item
Gets or sets the job for the response.
Declaration
public override ImportJobResponse.ImportJobType? Item { get; set; }
Property Value
Type | Description |
---|---|
ImportJobResponse.ImportJobType |