Relativity.Transfer.Aspera.AsperaFileResource
class AsperaFileResource
namespace Relativity.Transfer.Aspera
{
internal class AsperaFileResource
{
public string ResourceCategory { get; set; }
public Version Version { get; set; }
public string Name { get; set; }
public string TargetName { get; }
public string TargetNameOverride { get; set; }
public string DestinationDirectory { get; set; }
public AsperaResourceType ResourceType { get; set; }
public bool IsAsperaExecutable { get; set; }
public AsperaFileResource();
}
}