Class ReadSingleAsyncRequest
Object representing a request body for the LayoutBuilderManager's ReadSingleAsync endpoint.
Inheritance
System.Object
    ReadSingleAsyncRequest
  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 ReadSingleAsyncRequestProperties
| Improve this Doc View SourceLayoutID
Gets or sets the artifact id of the layout.
Declaration
public int LayoutID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 | 
WorkspaceID
Gets or sets the artifact id of the workspace.
Declaration
[FieldName("workspaceID")]
public int WorkspaceID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Int32 |