<PackageReference Include="Relativity.Shared.SDK" Version="1.7.0" />

Action

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

The url for the Kepler service that performs this action.

public bool IsAvailable { get; set; }

Whether or not the action is available on the given static object.

public string Name { get; set; }

The action the user has permission to perform on the given static object.

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

Reasons the action may not be available.

public string Verb { get; set; }

The HTTP verb to use when calling the Kepler service to perform the action.

public Action()

Initializes an instance of the Action class with all properties set to their default values.