fileList property

List<String>? fileList
getter/setter pair

List of files to be restored in the form of their absolute path as in source volume.

Required.

Implementation

core.List<core.String>? fileList;