destinationFolderUuid property

  1. @TagNumber.new(13)
String get destinationFolderUuid

The UUID of the destination folder that the file needs to be moved into

Implementation

@$pb.TagNumber(13)
$core.String get destinationFolderUuid => $_getSZ(1);
  1. @TagNumber.new(13)
set destinationFolderUuid (String value)

Implementation

@$pb.TagNumber(13)
set destinationFolderUuid($core.String value) => $_setString(1, value);