Show / Hide Table of Contents

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 ReadSingleAsyncRequest

Properties

| Improve this Doc View Source

LayoutID

Gets or sets the artifact id of the layout.

Declaration
public int LayoutID { get; set; }
Property Value
Type Description
System.Int32
| Improve this Doc View Source

WorkspaceID

Gets or sets the artifact id of the workspace.

Declaration
[FieldName("workspaceID")]
public int WorkspaceID { get; set; }
Property Value
Type Description
System.Int32
  • Improve this Doc
  • View Source
In This Article
Back to top Generated by DocFX