Zitadel.Admin.V1.View (zitadel_api v1.0.0-rc.8) View Source
Link to this section Summary
Types
The timestamp the event occured
Functions
Callback implementation for Protobuf.decode/1.
Callback implementation for Protobuf.encode/1.
Callback implementation for Protobuf.new/0.
Callback implementation for Protobuf.new/1.
Callback implementation for Protobuf.new!/1.
Callback implementation for Protobuf.transform_module/0.
Link to this section Types
Specs
database() :: String.t()
Specs
event_timestamp() :: Google.Protobuf.Timestamp.t() | nil
The timestamp the event occured
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
Callback implementation for Protobuf.decode/1.
Callback implementation for Protobuf.encode/1.
Callback implementation for Protobuf.new/0.
Callback implementation for Protobuf.new/1.
Callback implementation for Protobuf.new!/1.
Callback implementation for Protobuf.transform_module/0.