Class UsersWithCustomViewAsDefaultViewResponse
Class representing a list of users with a custom view as the default view response.
Inheritance
UsersWithCustomViewAsDefaultViewResponse
Implements
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UsersWithCustomViewAsDefaultViewResponse : PagedTableauServerResponse<UsersWithCustomViewAsDefaultViewResponse.UserType>, ITableauServerListResponse<UsersWithCustomViewAsDefaultViewResponse.UserType>, ITableauServerResponse, IPageInfo
Properties
Items
Gets or sets the users for the response.
Declaration
public override UsersWithCustomViewAsDefaultViewResponse.UserType[] Items { get; set; }
Property Value
Type | Description |
---|---|
UserType[] |