View Source Zitadel.Change.V1.Change (zitadel_api v1.0.0)

Link to this section Summary

Link to this section Types

@type t() :: %Zitadel.Change.V1.Change{
  __unknown_fields__: [
    {field_number :: integer(), Protobuf.Wire.Types.wire_type(),
     value :: term()}
  ],
  change_date: Google.Protobuf.Timestamp.t() | nil,
  editor_avatar_url: String.t(),
  editor_display_name: String.t(),
  editor_id: String.t(),
  editor_preferred_login_name: String.t(),
  event_type: Zitadel.V1.LocalizedMessage.t() | nil,
  resource_owner_id: String.t(),
  sequence: non_neg_integer()
}

Link to this section Functions