Class UpdateUserResponse
Class representing a user update response.
Inheritance
UpdateUserResponse
Inherited Members
Namespace: Tableau.Migration.Api.Rest.Models.Responses
Assembly: Tableau.Migration.dll
Syntax
public class UpdateUserResponse : TableauServerResponse<UpdateUserResponse.UserType>, ITableauServerResponse<UpdateUserResponse.UserType>, ITableauServerResponse
Properties
Item
The User object.
Declaration
public override UpdateUserResponse.UserType? Item { get; set; }
Property Value
Type | Description |
---|---|
UpdateUserResponse.UserType |