Interface ProjectsApiProjectsCreateBackupExportRequest

Request parameters for projectsCreateBackupExport operation in ProjectsApi.

ProjectsApiProjectsCreateBackupExportRequest

interface ProjectsApiProjectsCreateBackupExportRequest {
    cloudStorageId?: number;
    filename?: string;
    id: number;
    location?: ProjectsCreateBackupExportLocationEnum;
}

Properties

cloudStorageId?: number

Storage id

ProjectsApiProjectsCreateBackupExport

filename?: string

Backup file name

ProjectsApiProjectsCreateBackupExport

id: number

A unique integer value identifying this project.

ProjectsApiProjectsCreateBackupExport

Where need to save downloaded backup

ProjectsApiProjectsCreateBackupExport