Interface protos.google.protobuf.IEnumValue (0.2.6)

Properties of an EnumValue.

Package

@google-cloud/service-management!

Properties

name

name?: (string|null);

EnumValue name

Property Value
TypeDescription
(string|null)

number

number?: (number|null);

EnumValue number

Property Value
TypeDescription
(number|null)

options

options?: (google.protobuf.IOption[]|null);

EnumValue options

Property Value
TypeDescription
(google.protobuf.IOption[]|null)