anmolitor / elm-protoc-types / Proto.Google.Protobuf.Value

This file was automatically generated by

To run it, add a dependency via elm install on elm-protocol-buffers version latest or higher.


type alias Kind =
Proto.Google.Protobuf.Internals_.Proto__Google__Protobuf__Value__Kind__Kind

The kind of value.

Options

NullValue

Represents a null value.

NumberValue

Represents a double value.

StringValue

Represents a string value.

BoolValue

Represents a boolean value.

StructValue

Represents a structured value.

ListValue

Represents a repeated Value.