path property

  1. @TagNumber(1)
String get path

The file path (full or relative path). This is typically the path of the file when it is uploaded.

Implementation

@$pb.TagNumber(1)
$core.String get path => $_getSZ(0);
  1. @TagNumber(1)
set path (String v)

Implementation

@$pb.TagNumber(1)
set path($core.String v) { $_setString(0, v); }