View Source ExRender.Owner (ex_render v0.2.0)

Serialization model for Render owners

Summary

Types

@type t() :: %ExRender.Owner{
  email: String.t(),
  id: String.t(),
  name: String.t(),
  two_factor_auth_enabled: boolean(),
  type: String.t()
}

Functions

Link to this function

new(map_or_kwlist, opts \\ [])

View Source
@spec new(ExConstructor.map_or_kwlist(), Keyword.t()) :: %ExRender.Owner{
  email: term(),
  id: term(),
  name: term(),
  two_factor_auth_enabled: term(),
  type: term()
}