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 SourceDetails
Gets or sets the details of the response.
Declaration
public string Details { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Message
Gets or sets the message of the response.
Declaration
public string Message { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Success
Gets or sets a value indicating whether the request was successful.
Declaration
public bool Success { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |