sourceType property

  1. @TagNumber(2)
CopyFilesSourceType get sourceType

source_type is the type of files that will be transmitted in this request stream.

Implementation

@$pb.TagNumber(2)
CopyFilesSourceType get sourceType => $_getN(1);
  1. @TagNumber(2)
set sourceType (CopyFilesSourceType v)

Implementation

@$pb.TagNumber(2)
set sourceType(CopyFilesSourceType v) { setField(2, v); }