View Source Zitadel.System.V1.View (zitadel_api v2.1.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.System.V1.View{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  database: String.t(),
  event_timestamp: Google.Protobuf.Timestamp.t() | nil,
  instance: String.t(),
  last_successful_spooler_run: Google.Protobuf.Timestamp.t() | nil,
  processed_sequence: non_neg_integer(),
  view_name: String.t()
}

Link to this section Functions