class NullValue (View source)

NullValue is a singleton enumeration to represent the null value for the Value type union.

The JSON representation for NullValue is JSON null.

Protobuf type google.protobuf.NullValue

Constants

NULL_VALUE

Null value.

Generated from protobuf enum NULL_VALUE = 0;

Methods

static 
name($value)

No description

static 
value($name)

No description

Details

static name($value)

No description

Parameters

$value

static value($name)

No description

Parameters

$name