Show / Hide Table of Contents

Class SaveFieldsAndCustomTextResponse

Represents the response from the SaveFieldsAndCustomText endpoint.

Inheritance
System.Object
SaveFieldsAndCustomTextResponse
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Relativity.Testing.Framework.Models
Assembly: Relativity.Testing.Framework.dll
Syntax
public class SaveFieldsAndCustomTextResponse

Properties

| Improve this Doc View Source

Details

Gets or sets the details of the response.

Declaration
public string Details { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Message

Gets or sets the message of the response.

Declaration
public string Message { get; set; }
Property Value
Type Description
System.String
| Improve this Doc View Source

Success

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

Declaration
public bool Success { get; set; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX