Table of Contents

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

string

Id

public Guid Id { get; set; }

Property Value

Guid

Initials

public string Initials { get; set; }

Property Value

string

IsActive

public bool IsActive { get; set; }

Property Value

bool

IsNewlyCreated

public bool IsNewlyCreated { get; set; }

Property Value

bool