cosmoBinaryReference property

String? cosmoBinaryReference
getter/setter pair

A binary data reference for a media download.

Serves as a technology-agnostic binary reference in some Google infrastructure. This value is a serialized storage_cosmo.BinaryReference proto. Storing it as bytes is a hack to get around the fact that the cosmo proto (as well as others it includes) doesn't support JavaScript. This prevents us from including the actual type of this field.

Implementation

core.String? cosmoBinaryReference;