View Source SmartCity.UserOrganizationDisassociate (smart_city v6.0.0)

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

@type org_id() :: SmartCity.Organization.id()
@type subject_id() :: String.t()
@type t() :: %SmartCity.UserOrganizationDisassociate{
  org_id: org_id(),
  subject_id: subject_id()
}

Link to this section Functions

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

Instantiates an instance of a user organization disassociate event struct.