<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="5000.1.0" />

MessageOfTheDay

public class MessageOfTheDay
Represents the message of the day (MotD) object.
public bool AllowDismiss { get; set; }

Gets or sets a value indicating whether the message of the day can be dismissed.

public bool Enabled { get; set; }

Gets or sets a value indicating whether the message of the day functionality is enabled.

public string Message { get; set; }

Gets or sets the message.

public MessageOfTheDay()