Interface: $Properties
Properties of a Value.
Hierarchy
-
$Properties↳
IValue
Properties
boolValue
• Optional boolValue: null | boolean
Value boolValue
kind
• Optional kind: "nullValue" | "numberValue" | "stringValue" | "boolValue" | "structValue" | "listValue"
Value kind
listValue
• Optional listValue: null | $Properties
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 | $Properties
Value structValue