Class CustomViewResponse.CustomViewType.ViewType
Class representing a REST API view on the response.
Implements
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class CustomViewResponse.CustomViewType.ViewType : IRestIdentifiable
Constructors
ViewType()
The default parameterless constructor.
Declaration
public ViewType()
ViewType(Guid, string)
The constructor to build from ID and Name.
Declaration
public ViewType(Guid id, string name)
Parameters
Type | Name | Description |
---|---|---|
Guid | id | The ID of the base view. |
string | name | The name of the base view. |
Properties
Id
Gets or sets the ID for the response.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |
Name
Gets or sets the name for the response.
Declaration
public string? Name { get; set; }
Property Value
Type | Description |
---|---|
string |