View Source SmartCity.UserOrganizationAssociate (smart_city v6.0.0)
Defines a user organization association.
Link to this section Summary
Link to this section Types
@type email() :: String.t()
@type org_id() :: SmartCity.Organization.id()
@type subject_id() :: String.t()
@type t() :: %SmartCity.UserOrganizationAssociate{ email: String.t(), org_id: org_id(), subject_id: subject_id() }
Link to this section Functions
Instantiates an instance of a user organization associate event struct.