Zitadel.Auth.V1.UpdateMyProfileRequest (zitadel_api v1.0.0-rc.9) View Source

Link to this section Summary

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

display_name() :: String.t()

Specs

first_name() :: String.t()

Specs

gender() :: Zitadel.User.V1.Gender.t()

Specs

last_name() :: String.t()

Specs

nick_name() :: String.t()

Specs

preferred_language() :: String.t()

Specs

t() :: %Zitadel.Auth.V1.UpdateMyProfileRequest{
  display_name: display_name(),
  first_name: first_name(),
  gender: gender(),
  last_name: last_name(),
  nick_name: nick_name(),
  preferred_language: preferred_language()
}

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.