Skip to main content

Interface: IValue

google.protobuf.IValue

Properties of a Value.

Hierarchy

Properties

boolValue

Optional boolValue: null | boolean

Value boolValue

Inherited from

$Properties.boolValue


kind

Optional kind: "nullValue" | "numberValue" | "stringValue" | "boolValue" | "structValue" | "listValue"

Value kind

Inherited from

$Properties.kind


listValue

Optional listValue: null | $Properties

Value listValue

Inherited from

$Properties.listValue


nullValue

Optional nullValue: null | NULL_VALUE

Value nullValue

Inherited from

$Properties.nullValue


numberValue

Optional numberValue: null | number

Value numberValue

Inherited from

$Properties.numberValue


stringValue

Optional stringValue: null | string

Value stringValue

Inherited from

$Properties.stringValue


structValue

Optional structValue: null | $Properties

Value structValue

Inherited from

$Properties.structValue