smart_city v3.23.0 SmartCity.UserOrganizationDisassociate View Source

Defines a user organization association.

Link to this section Summary

Functions

Instantiates an instance of a user organization disassociate event struct.

Link to this section Types

Link to this type

t()

View Source
t() :: %SmartCity.UserOrganizationDisassociate{
  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 disassociate event struct.