Class SetCustomViewDefaultUsersRequest.UserType
The user type in the API request body.
Namespace: Tableau.Migration.Api.Rest.Models.Requests
Assembly: Tableau.Migration.dll
Syntax
public class SetCustomViewDefaultUsersRequest.UserType
Constructors
UserType()
Constructor to build from IUser
Declaration
public UserType()
UserType(IContentReference)
Constructor to build from IUser
Declaration
public UserType(IContentReference user)
Parameters
Type | Name | Description |
---|---|---|
IContentReference | user | The IUser object. |
Properties
Id
Gets or sets the id for the request.
Declaration
public Guid Id { get; set; }
Property Value
Type | Description |
---|---|
Guid |