<PackageReference Include="Relativity.ObjectManager" Version="12.1.171.20" />

LayoutRequest

public class LayoutRequest
public bool AllowCopyFromPrevious { get; set; }

public string Keywords { get; set; }

public string Name { get; set; }

public string Notes { get; set; }

public string Order { get; set; }

public bool OverwriteProtection { get; set; }

public ObjectIdentifier Owner { get; set; }

public LayoutRequest()

public LayoutRequest(LayoutResponse layoutResponse)