<PackageReference Include="Relativity.Server.Environment.SDK" Version="5000.1.3" />

Relativity.Environment.V1.LibraryApplication.Models.LibraryApplicationResponse

public class LibraryApplicationResponse : DisplayableObjectIdentifier
public List<Action> Actions { get; set; }

public DisplayableObjectIdentifier CreatedBy { get; set; }

public DateTime CreatedOn { get; set; }

public string FileName { get; set; }

public bool IsGlobalApplication { get; set; }

public DisplayableObjectIdentifier LastModifiedBy { get; set; }

public DateTime LastModifiedOn { get; set; }

public LicenseStatus License { get; set; }

public string SchemaVersion { get; set; }

public string TreeView { get; set; }

public string UserFriendlyURL { get; set; }

public string Version { get; set; }