Class UserResponse
Class representing a user response. See Tableau API Reference for documentation.
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UserResponse : TableauServerResponse<UsersResponse.UserType>, ITableauServerResponse<UsersResponse.UserType>, ITableauServerResponse
Properties
Item
Gets or sets the user for the response.
Declaration
public override UsersResponse.UserType? Item { get; set; }
Property Value
Type | Description |
---|---|
UsersResponse.UserType |