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