<PackageReference Include="Relativity.Server.Infrastructure.SDK" Version="5000.0.1" />

MotdResponse

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

Gets or sets a value indicating whether Message of the Day is allowed to be dismissed or not.

public bool Enabled { get; set; }

Gets or sets a value indicating whether Message of the Day is enabled or not.

public string Message { get; set; }

Gets or sets a message that will be displayed to users upon login.

public MotdResponse()