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