Class WorkbookResponse.WorkbookType.ViewReferenceType
Class representing a REST API view response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbookResponse.WorkbookType.ViewReferenceType : IViewReferenceType, IRestIdentifiable, INamedContent
Constructors
ViewReferenceType()
The default parameterless constructor.
Declaration
public ViewReferenceType()
ViewReferenceType(IViewReferenceType)
Constructor to build from IViewReferenceType.
Declaration
public ViewReferenceType(IViewReferenceType view)
Parameters
Type | Name | Description |
---|---|---|
IViewReferenceType | view | The IViewReferenceType object. |
ViewReferenceType(IViewType)
Constructor to build from IViewType.
Declaration
public ViewReferenceType(IViewType view)
Parameters
Type | Name | Description |
---|---|---|
IViewType | view | The IViewType object. |
Properties
ContentUrl
The content URL for the view response.
Declaration
public string? ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets the unique identifier.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets the content item's name
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Tags
Gets or sets the tags for the response.
Declaration
public WorkbookResponse.WorkbookType.ViewReferenceType.ViewTagType[] Tags { get; set; }
Property Value
Type | Description |
---|---|
ViewTagType[] |