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

Relativity.Testing.Framework.Models.FolderMoveResponse

public class FolderMoveResponse
Represents the HTTP response that we get back when making a request to the MoveFolderAsync API endpoint.
public int OperationsCompleted { get; }

Gets the number of operations that have been executed.

public string ProcessState { get; }

Gets the state of the mass process.

public int TotalOperations { get; }

Gets the number of operations needed to be executed to move the object.