Class WorkbookResponse.WorkbookType.WorkbookViewReferenceType
Class representing a REST API view response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbookResponse.WorkbookType.WorkbookViewReferenceType : IWorkbookViewReferenceType, IViewReferenceType, IRestIdentifiable, INamedContent, IWithTagTypes
Constructors
WorkbookViewReferenceType()
The default parameterless constructor.
Declaration
public WorkbookViewReferenceType()
WorkbookViewReferenceType(IViewType)
Constructor to build from IViewType.
Declaration
public WorkbookViewReferenceType(IViewType view)
Parameters
Type | Name | Description |
---|---|---|
IViewType | view | The IViewType object. |
WorkbookViewReferenceType(IWorkbookViewReferenceType)
Constructor to build from IWorkbookViewReferenceType.
Declaration
public WorkbookViewReferenceType(IWorkbookViewReferenceType view)
Parameters
Type | Name | Description |
---|---|---|
IWorkbookViewReferenceType | view | The IWorkbookViewReferenceType 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.WorkbookViewReferenceType.ViewTagType[] Tags { get; set; }
Property Value
Type | Description |
---|---|
ViewTagType[] |