<PackageReference Include="Relativity.Server.Testing.Framework.SDK" Version="10.3.0" />

HttpAction

public class HttpAction
An action that can be performed on the given static object.
public string Href { get; set; }

Gets or sets the url for the Kepler service that performs this action.

public bool IsAvailable { get; set; }

Gets or sets a value indicating whether or not the action is available on the given static object.

public string Name { get; set; }

Gets or sets the action the user has permission to perform on the given static object.

public List<string> Reason { get; set; }

Gets or sets reasons the action may not be available.

public string Verb { get; set; }

Gets or sets the HTTP verb to use when calling the Kepler service to perform the action.

public HttpAction()

Initializes a new instance of the HttpAction class.