Interface PolytronTaskFile

The PolytronTaskFile interface represents a file linked to a PolytronTask.

interface PolytronTaskFile {
    AvailableUntilDate?: string;
    IsDeleted?: boolean;
    Name: string;
    ParameterInfo?: string;
    Size: number;
    URL: string;
}

Properties

AvailableUntilDate?: string
IsDeleted?: boolean
Name: string
ParameterInfo?: string
Size: number
URL: string