<PackageReference Include="Relativity.Server.Services.Interfaces.SDK" Version="5000.0.2" />

Relativity.Services.Notifications.MOTDRef

public class MOTDRef
Message of the Day Reference
public bool AllowDismiss { get; set; }

Whether Message of the Day is allowed to be dismissed or not

public bool Enabled { get; set; }

Whether Message of the Day is enabled or not

public string Message { get; set; }

Actual message that will dispalyed to users upon login

public MOTDRef()