Class EnqueueRunJobResponse
Represents the result of enqueuing a script to be run.
Inheritance
System.Object
    EnqueueRunJobResponse
  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 EnqueueRunJobResponseProperties
| Improve this Doc View SourceActions
Gets or sets a list of RESTful operations that a user has permissions to perform on the enqueued job.
Declaration
public List<HttpAction> Actions { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Collections.Generic.List<HttpAction> | 
RunJobID
Gets or sets the ID of the script run job.
Declaration
public Guid RunJobID { get; set; }Property Value
| Type | Description | 
|---|---|
| System.Guid |