View Source Google.Protobuf.Struct.FieldsEntry (protobuf v0.15.0)

Summary

Types

@type t() :: %Google.Protobuf.Struct.FieldsEntry{
  __unknown_fields__: [Protobuf.unknown_field()],
  key: String.t(),
  value: Google.Protobuf.Value.t() | nil
}

Functions