Class CreateExtractRefreshTaskResponse
Class representing an extract refresh task creation response. https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm#create_cloud_extract_refresh_task
Inheritance
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 |