deleteFileRequest property
Delete the file by the specified path from the device
Implementation
@$pb.TagNumber(22)
$core.String get deleteFileRequest => $_getSZ(20);
Implementation
@$pb.TagNumber(22)
set deleteFileRequest($core.String value) => $_setString(20, value);