Class CustomViewAsUsersDefaultViewResponse.CustomViewAsUserDefaultViewType
Class representing a site response.
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class CustomViewAsUsersDefaultViewResponse.CustomViewAsUserDefaultViewType
Properties
Error
Gets or sets the error for the response.
Declaration
public Error? Error { get; set; }
Property Value
Type | Description |
---|---|
Error |
Success
Gets or sets the ID for the response.
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
bool |
User
Gets or sets the user for the response.
Declaration
public CustomViewAsUsersDefaultViewResponse.CustomViewAsUserDefaultViewType.UserType? User { get; set; }
Property Value
Type | Description |
---|---|
CustomViewAsUsersDefaultViewResponse.CustomViewAsUserDefaultViewType.UserType |