binaryDataId property
The binary data ID of the file to create a signed URL for.
Implementation
@$pb.TagNumber(1)
$core.String get binaryDataId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set binaryDataId($core.String v) { $_setString(0, v); }
The binary data ID of the file to create a signed URL for.
@$pb.TagNumber(1)
$core.String get binaryDataId => $_getSZ(0);
@$pb.TagNumber(1)
set binaryDataId($core.String v) { $_setString(0, v); }