<PackageReference Include="Relativity.Infrastructure.SDK" Version="4.0.3" />

Relativity.Infrastructure.V1.CacheLocationServer.Models.CacheLocationServerResponse

public class CacheLocationServerResponse : DisplayableObjectIdentifier, IHaveType, IHaveUncPath, IHaveIsVisible, IHaveDisplayableFileAccessCredentials, IHaveKeywordsAndNotes, IHaveMetaAndActions, IHaveSecurableCreatedAndModified
public List<Action> Actions { get; set; }

public int CacheLocationCapacityInGigabytes { get; set; }

public DisplayableObjectIdentifier CacheLocationCleanUpStatus { get; set; }

public int CacheLocationFreeSpaceInGigabytes { get; set; }

public int CacheLocationFreeSpaceInPercents { get; set; }

public int? CacheLocationLowerThresholdInPercents { get; set; }

public int? CacheLocationUpperThresholdInPercents { get; set; }

public Securable<DisplayableObjectIdentifier> CreatedBy { get; set; }

public DateTime CreatedOn { get; set; }

public Securable<DisplayableObjectIdentifier> FileAccessCredentials { get; set; }

public bool IsDocumentCacheTimeBased { get; set; }

public bool IsVisible { get; set; }

public string Keywords { get; set; }

public Securable<DisplayableObjectIdentifier> LastModifiedBy { get; set; }

public DateTime LastModifiedOn { get; set; }

public Meta Meta { get; set; }

public string Notes { get; set; }

public DisplayableObjectIdentifier Type { get; set; }

public string UncPath { get; set; }