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

Link to this section Summary

Types

sequence represents the order of events. It's always upcounting

t()

Link to this section Types

Specs

asc() :: boolean()

Specs

limit() :: non_neg_integer()

Specs

sequence() :: non_neg_integer()

sequence represents the order of events. It's always upcounting

Specs

t() :: %Zitadel.Change.V1.ChangeQuery{
  asc: asc(),
  limit: limit(),
  sequence: sequence()
}

Link to this section Functions