View Source ERWeb.Grpc.Eventrelay.NewSubscription (offbroadway_eventrelay v0.1.0)

Summary

Types

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