View Source Google.Protobuf.StringValue (protobuf v0.15.0)
Wrapper message for string.
The JSON representation for StringValue is JSON string.
Summary
Types
@type t() :: %Google.Protobuf.StringValue{ __unknown_fields__: [Protobuf.unknown_field()], value: String.t() }