Class ViewResponse.ViewType
Class representing a REST API workbook response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class ViewResponse.ViewType : IViewType, IRestIdentifiable, INamedContent, IWithTagTypes, IWithWorkbookReferenceType
Constructors
ViewType()
Creates a new ViewResponse.ViewType object.
Declaration
public ViewType()
Properties
ContentUrl
The content URL for the response.
Declaration
public string? ContentUrl { get; set; }
Property Value
Type | Description |
---|---|
string |
CreatedAt
The created timestamp for the response.
Declaration
public string? CreatedAt { 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 ViewResponse.ViewType.TagType[] Tags { get; set; }
Property Value
Type | Description |
---|---|
TagType[] |
UpdatedAt
The updated timestamp for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
ViewUrlName
The View URL Name for the response.
Declaration
public string? ViewUrlName { get; set; }
Property Value
Type | Description |
---|---|
string |