Interface protos.google.protobuf.IOption (0.2.6)

Properties of an Option.

Package

@google-cloud/service-management!

Properties

name

name?: (string|null);

Option name

Property Value
TypeDescription
(string|null)

value

value?: (google.protobuf.IAny|null);

Option value

Property Value
TypeDescription
(google.protobuf.IAny|null)