Enumeration Caseswift-protobuf 1.28.1SwiftProtobuf
nullValue(_:)
Represents a null value.
struct.pb.swift:183case nullValue(Google_Protobuf_NullValue)
Other cases
case numberValue(Double)
Represents a double value.
case stringValue(String)
Represents a string value.
case boolValue(Bool)
Represents a boolean value.
case structValue(Google_Protobuf_Struct)
Represents a structured value.
case listValue(Google_Protobuf_ListValue)
Represents a repeated
Value
.