Interface IViewReferenceType
Interface representing an XML element for the view of a content item.
Namespace: Tableau.Migration.Api.Rest.Models
Assembly: Tableau.Migration.dll
Syntax
public interface IViewReferenceType : IRestIdentifiable, INamedContent
Properties
ContentUrl
The content URL for the view response.
Declaration
string? ContentUrl { get; }
Property Value
Type | Description |
---|---|
string |
Tags
The tags for the response.
Declaration
ITagType[] Tags { get; }
Property Value
Type | Description |
---|---|
ITagType[] |