fileList property

List<String>? fileList
getter/setter pair

List of files to be restored, specified by their absolute path in the source volume.

Required.

Implementation

core.List<core.String>? fileList;