Interface ITableauServerWithParentResponse<TItem>
Interface representing REST API responses with a single item that has a parent.
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface ITableauServerWithParentResponse<TItem> : ITableauServerResponse<TItem>, ITableauServerResponse
Type Parameters
| Name | Description |
|---|---|
| TItem | The response's item type. |
Properties
Parent
Gets the parent content item.
Declaration
ParentContentType? Parent { get; set; }
Property Value
| Type | Description |
|---|---|
| ParentContentType |