Weddell_Medici v0.1.4 Weddell.SubscriptionDetails View Source

A description of a Pub/Sub subscription.

Link to this section Summary

Link to this section Types

Link to this type t() View Source
t() :: %Weddell.SubscriptionDetails{
  ack_deadline_seconds: pos_integer(),
  name: String.t(),
  project: String.t(),
  push_attributes: %{optional(String.t()) => String.t()},
  push_endpoint: String.t(),
  topic: String.t()
}