Show / Hide Table of Contents

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 EnqueueRunJobResponse

Properties

| Improve this Doc View Source

Actions

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>
| Improve this Doc View Source

RunJobID

Gets or sets the ID of the script run job.

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