Class ExtractRefreshTasksResponse
Class representing a server extract refresh tasks response. https://help.tableau.com/current/api/rest_api/en-us/REST/rest_api_ref.htm#tableau-server-request3
Inheritance
ExtractRefreshTasksResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses.Server
Assembly: Tableau.Migration.dll
Syntax
public class ExtractRefreshTasksResponse : TableauServerListResponse<ExtractRefreshTasksResponse.TaskType>, ITableauServerListResponse<ExtractRefreshTasksResponse.TaskType>, ITableauServerResponse
Properties
Items
Gets or sets the extract refresh tasks for the response.
Declaration
public override ExtractRefreshTasksResponse.TaskType[] Items { get; set; }
Property Value
Type | Description |
---|---|
TaskType[] |