Class UsersResponse
Class representing a users response. See Tableau API Reference for documentation.
Inheritance
UsersResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UsersResponse : PagedTableauServerResponse<UsersResponse.UserType>, ITableauServerListResponse<UsersResponse.UserType>, ITableauServerResponse, IPageInfo
Properties
Items
Gets or sets the users for the response.
Declaration
public override UsersResponse.UserType[] Items { get; set; }
Property Value
Type | Description |
---|---|
UserType[] |