View Source SmartCity.User (smart_city v6.0.0)

Defines a user organization association.

Link to this section Summary

Functions

Instantiates an instance of a user organization associate event struct.

Link to this section Types

@type email() :: String.t()
@type subject_id() :: String.t()
@type t() :: %SmartCity.User{
  email: String.t(),
  name: String.t(),
  subject_id: String.t()
}

Link to this section Functions

@spec new(String.t() | map()) :: {:ok, map()} | {:error, String.t()}

Instantiates an instance of a user organization associate event struct.