Class UpdateCustomViewResponse.CustomViewResponseType
Class representing a custom view on the response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UpdateCustomViewResponse.CustomViewResponseType : 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 UpdateCustomViewResponse.CustomViewResponseType.OwnerType? Owner { get; set; }
Property Value
Type | Description |
---|---|
UpdateCustomViewResponse.CustomViewResponseType.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 UpdateCustomViewResponse.CustomViewResponseType.ViewType? View { get; set; }
Property Value
Type | Description |
---|---|
UpdateCustomViewResponse.CustomViewResponseType.ViewType |
Workbook
Gets or sets the workbook for the response.
Declaration
public UpdateCustomViewResponse.CustomViewResponseType.WorkbookType? Workbook { get; set; }
Property Value
Type | Description |
---|---|
UpdateCustomViewResponse.CustomViewResponseType.WorkbookType |