Class ParentContentType
Class that defines the Parent XML element.
Namespace: Tableau.Migration.Api.Rest.Models.Types
Assembly: Tableau.Migration.dll
Syntax
public class ParentContentType
Properties
Id
The id of the parent.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Type
The Content Type of the parent as defined in ParentContentTypeNames
Declaration
public string? Type { get; set; }
Property Value
Type | Description |
---|---|
string |