Interface protos.google.protobuf.IAny (1.0.5)

Properties of an Any.

Package

@google-cloud/dms!

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)