Interface protos.google.protobuf.IAny (2.3.1)

Properties of an Any.

Package

@google-cloud/redis

Properties

type_url

type_url?: (string|null);

Any type_url

Property Value
TypeDescription
(string|null)

value

value?: (Uint8Array|string|null);

Any value

Property Value
TypeDescription
(Uint8Array|string|null)