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

Relativity.Testing.Framework.Models.SaveFieldsAndCustomTextResponse

Represents the response from the SaveFieldsAndCustomText endpoint.
public string Details { get; set; }

Gets or sets the details of the response.

public string Message { get; set; }

Gets or sets the message of the response.

public bool Success { get; set; }

Gets or sets a value indicating whether the request was successful.