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

Summary

Types

@type t() :: %ERWeb.Grpc.Eventrelay.UnLockQueuedEventsRequest{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  destination_id: String.t(),
  event_ids: [String.t()]
}