smart_city v3.18.3 SmartCity.UserOrganizationAssociate View Source

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

Link to this type

t()

View Source
t() :: %SmartCity.UserOrganizationAssociate{
  org_id: org_id(),
  user_id: user_id()
}

Link to this section Functions

Link to this function

new(msg)

View Source
new(String.t() | map()) :: {:ok, map()} | {:error, String.t()}

Instantiates an instance of a user organization associate event struct.