Class WorkbookViewsResponse.ViewType
Class representing a REST API workbook response.
Inheritance
object
WorkbookViewsResponse.ViewType
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class WorkbookViewsResponse.ViewType : IWorkbookViewType, IRestIdentifiable, INamedContent, IWithTagTypes
Constructors
ViewType()
Creates a new WorkbookViewsResponse.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 WorkbookViewsResponse.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 |