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

Relativity.Testing.Framework.Models.ProductionFooters

public class ProductionFooters
Represents the set of footers on produced page. You can add a left footer, a right footer, and a center footer.
public HeaderFooter CenterFooter { get; set; }

Gets or sets center footer on a produced page.

public HeaderFooter LeftFooter { get; set; }

Gets or sets Left footer on a produced page.

public HeaderFooter RightFooter { get; set; }

Gets or sets right footer on a produced page.