Table of Contents

Class InboxUserDto

Namespace
MegaForm.Sdk
Assembly
MegaForm.Sdk.dll
public sealed class InboxUserDto
Inheritance
InboxUserDto
Inherited Members

Properties

DisplayName

public string? DisplayName { get; set; }

Property Value

string

IsAdmin

public bool IsAdmin { get; set; }

Property Value

bool

UserId

public int UserId { get; set; }

Property Value

int

UserName

public string? UserName { get; set; }

Property Value

string