View Source ERWeb.Grpc.Eventrelay.CreateDestinationRequest (offbroadway_eventrelay v0.2.0)

Summary

Types

@type t() :: %ERWeb.Grpc.Eventrelay.CreateDestinationRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  config: %{optional(String.t()) => String.t() | nil},
  destination_type: String.t(),
  group_key: String.t(),
  name: String.t(),
  paused: boolean(),
  topic_identifier: String.t(),
  topic_name: String.t()
}