Class CreateExtractRefreshTaskResponse
Class representing an extract refresh task creation response. See Tableau API Reference for documentation.
Inheritance
object
CreateExtractRefreshTaskResponse
Implements
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateExtractRefreshTaskResponse : TableauServerResponse<CreateExtractRefreshTaskResponse.ExtractRefreshType>, ITableauServerResponse<CreateExtractRefreshTaskResponse.ExtractRefreshType>, ITableauServerResponse
Properties
Item
Gets or sets the extract refresh for the response.
Declaration
public override CreateExtractRefreshTaskResponse.ExtractRefreshType? Item { get; set; }
Property Value
Type | Description |
---|---|
CreateExtractRefreshTaskResponse.ExtractRefreshType |
Overrides
Schedule
Gets or sets the schedule for the response.
Declaration
public CreateExtractRefreshTaskResponse.ScheduleType Schedule { get; set; }
Property Value
Type | Description |
---|---|
CreateExtractRefreshTaskResponse.ScheduleType |