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

This file was automatically generated by

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


type Kind a0 a1 a2 a3 a4 a5
    = NullValue a0
    | NumberValue a1
    | StringValue a2
    | BoolValue a3
    | StructValue a4
    | ListValue a5

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.