protobuf_ex v0.6.1 Google.Protobuf.UninterpretedOption

Link to this section Summary

Link to this section Types

Link to this type t()
t() :: %Google.Protobuf.UninterpretedOption{
  aggregate_value: String.t(),
  double_value: float(),
  identifier_value: String.t(),
  name: [Google.Protobuf.UninterpretedOption.NamePart.t()],
  negative_int_value: integer(),
  positive_int_value: non_neg_integer(),
  string_value: String.t()
}

Link to this section Functions

Link to this function from_params(params \\ %{})
Link to this function new(attrs \\ %{})