Zitadel.Admin.V1.View (zitadel_api v1.0.0-rc.4) View Source

Link to this section Summary

Link to this section Types

Specs

database() :: String.t()

Specs

event_timestamp() :: Google.Protobuf.Timestamp.t() | nil

The timestamp the event occured

Link to this type

last_successful_spooler_run()

View Source

Specs

last_successful_spooler_run() :: Google.Protobuf.Timestamp.t() | nil

Specs

processed_sequence() :: non_neg_integer()

Specs

t() :: %Zitadel.Admin.V1.View{
  database: database(),
  event_timestamp: event_timestamp(),
  last_successful_spooler_run: last_successful_spooler_run(),
  processed_sequence: processed_sequence(),
  view_name: view_name()
}

Specs

view_name() :: String.t()

Link to this section Functions