# Functions

AsInterface converts x to a general-purpose Go interface.
AsMap converts x to a general-purpose Go map.
AsSlice converts x to a general-purpose Go slice.
NewBoolValue constructs a new boolean Value.
NewList constructs a ListValue from a general-purpose Go slice.
NewListValue constructs a new list Value.
NewNullValue constructs a new null Value.
NewNumberValue constructs a new number Value.
NewStringValue constructs a new string Value.
NewStruct constructs a Struct from a general-purpose Go map.
NewStructValue constructs a new struct Value.
NewTimestampValue constructs a new Timestamp Value.
NewValue constructs a Value from a general-purpose Go interface.