BackupMetaData

constructor(name: String = "", backupPath: String = "", includeSnapshotData: Boolean = true, includeProjectData: Boolean = true, includeCameraThumbnails: Boolean = true, maxAgeDays: Int = 0, action: BackupAction = BackupAction.BACKUP, restoreFile: String = "", error: String = "", sources: List<NodeIdentity> = emptyList(), snapshot: Snapshot = Snapshot(), invocationTriggers: List<InvocationTrigger> = emptyList(), nodeAction: NodeAction = NodeAction.EXECUTE, inputs: List<NodeIdentity> = emptyList())(source)