destination property
destination is where the files should be placed. The receiver can choose to reasonably modify this destination based on its implementation semantics.
Implementation
@$pb.TagNumber(3)
$core.String get destination => $_getSZ(2);
Implementation
@$pb.TagNumber(3)
set destination($core.String v) { $_setString(2, v); }