remotePath property

  1. @TagNumber.new(1)
String get remotePath

Remote path, either a bucket name or a subdirectory of a bucket, e.g.: bucket_name, bucket_name/subdirectory/

Implementation

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

Implementation

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