<PackageReference Include="Relativity.ObjectManager" Version="11.1.95.6" />

ScriptResponse

public List<Action> Actions { get; set; }

public string Category { get; set; }

public DateTime CreatedOn { get; set; }

public string Description { get; set; }

public bool IsLinkedScript { get; set; }

public string Key { get; set; }

public DateTime LastModifiedOn { get; set; }

public Meta Meta { get; set; }

public string ReportGroupURL { get; set; }

public string ScriptBody { get; set; }

public string Version { get; set; }

public ScriptResponse()