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

SaveFieldsAndCustomTextRequest

Object representing a request body for the LayoutBuilderManager's SaveFieldsAndCustomText endpoint.
public int AppId { get; set; }

Gets or sets the Artifact ID of the Workspace.

public List<int> CtToDelete { get; set; }

Gets or sets the IDs of the custom text to delete from the layout.

public List<CategoryCustomText> CtToTrack { get; set; }

Gets or sets the custom text to add to or update on the Layout.

public List<FieldLayoutRelation> FieldsToDelete { get; set; }

Gets or sets the fields to delete from the Layout.

public List<CategoryField> FieldsToTrack { get; set; }

Gets or sets the fields to add to or update on the Layout.

public int LayoutId { get; set; }

Gets or sets the Artifact ID of the Layout.