smart_city v5.0.6 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

subject_id()

View Source
subject_id() :: String.t()
Link to this type

t()

View Source
t() :: %SmartCity.UserOrganizationAssociate{
  email: String.t(),
  org_id: org_id(),
  subject_id: subject_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.