Class CreateExtractRefreshTaskRequest.ExtractRefreshType.WorkbookType
Class representing a request workbook item.
Namespace: Tableau.Migration.Api.Rest.Models.Requests.Cloud
Assembly: Tableau.Migration.dll
Syntax
public class CreateExtractRefreshTaskRequest.ExtractRefreshType.WorkbookType
Constructors
WorkbookType()
Creates a new CreateExtractRefreshTaskRequest.ExtractRefreshType.WorkbookType instance.
Declaration
public WorkbookType()
WorkbookType(Guid)
Creates a new CreateExtractRefreshTaskRequest.ExtractRefreshType.WorkbookType instance.
Declaration
public WorkbookType(Guid workbookId)
Parameters
Type | Name | Description |
---|---|---|
Guid | workbookId |
Properties
Id
Gets or sets the ID for the request.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |