sourceType property
source_type is the type of files that will be transmitted in this request stream.
Implementation
@$pb.TagNumber(2)
CopyFilesSourceType get sourceType => $_getN(1);
Implementation
@$pb.TagNumber(2)
set sourceType(CopyFilesSourceType v) { setField(2, v); }