Class CustomViewResponse.CustomViewType
Class representing a custom view on the response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class CustomViewResponse.CustomViewType : ICustomViewType, IRestIdentifiable, INamedContent, IWithWorkbookReferenceType, IWithOwnerType
Properties
CreatedAt
Gets or sets the createdAt timestamp for the response.
Declaration
public string? CreatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
LastAccessedAt
Gets or sets the lastAccessedAt timestamp for the response.
Declaration
public string? LastAccessedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |
Owner
Gets or sets the owner for the response.
Declaration
public CustomViewResponse.CustomViewType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
CustomViewResponse.CustomViewType.OwnerType |
Shared
Gets or sets the shared flag for the response.
Declaration
public bool Shared { get; set; }
Property Value
Type | Description |
---|---|
bool |
UpdatedAt
Gets or sets the updatedAt timestamp for the response.
Declaration
public string? UpdatedAt { get; set; }
Property Value
Type | Description |
---|---|
string |
View
Gets or sets the view for the response.
Declaration
public CustomViewResponse.CustomViewType.ViewType? View { get; set; }
Property Value
Type | Description |
---|---|
CustomViewResponse.CustomViewType.ViewType |
Workbook
Gets or sets the workbook for the response.
Declaration
public CustomViewResponse.CustomViewType.WorkbookType? Workbook { get; set; }
Property Value
Type | Description |
---|---|
CustomViewResponse.CustomViewType.WorkbookType |