Relativity.Import.V1.ValueResponse<T>
Model used as generic response to GET operation.
Gets or sets property of T type.
public ValueResponse(Guid importJobID, bool isSuccess, string errorMessage, string errorCode, T value)
Initializes a new instance of the ValueResponse<T> class.
Creates success response.