remotePath property
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);
Implementation
@$pb.TagNumber(1)
set remotePath($core.String v) {
$_setString(0, v);
}