interface FileMetadataDto {
    canonicalPath: PathElementDto[];
    created: string;
    createdBy: UserDto;
    folderId: string;
    id: string;
    name: string;
    projectId: string;
    revision: number;
    simplePath: string;
    type: string;
    updated: string;
    updatedBy: UserDto;
}

Properties

canonicalPath: PathElementDto[]
created: string
createdBy: UserDto
folderId: string
id: string
name: string
projectId: string
revision: number
simplePath: string
type: string
updated: string
updatedBy: UserDto

Generated using TypeDoc