Class GetOrCreateUserResponse
- Namespace
- OpenSettings.Models.Responses
- Assembly
- OpenSettings.dll
public class GetOrCreateUserResponse
- Inheritance
-
GetOrCreateUserResponse
- Inherited Members
Properties
DisplayName
public string DisplayName { get; set; }
Property Value
Id
public Guid Id { get; set; }
Property Value
Initials
public string Initials { get; set; }
Property Value
IsActive
public bool IsActive { get; set; }
Property Value
IsNewlyCreated
public bool IsNewlyCreated { get; set; }