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

DocumentWarning

public class DocumentWarning
Contains data about the warning connected to a Document.
public string Message { get; set; }

Gets or sets the Warning message.

public string Type { get; set; }

Gets or sets the type of Warning.

public DocumentWarning()