Skip to main content

Interface: IValue

google.protobuf.IValue

Properties of a Value.

Implemented by

Properties

boolValue

Optional boolValue: null | boolean

Value boolValue


listValue

Optional listValue: null | IListValue

Value listValue


nullValue

Optional nullValue: null | NULL_VALUE

Value nullValue


numberValue

Optional numberValue: null | number

Value numberValue


stringValue

Optional stringValue: null | string

Value stringValue


structValue

Optional structValue: null | IStruct

Value structValue