ExClubhouse v0.6.0 ExClubhouse.Model.EntityTemplate View Source

Entity template response model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.EntityTemplate{
  author_id: binary(),
  created_at: binary(),
  entity_type: binary(),
  id: binary(),
  last_used_at: binary(),
  name: binary(),
  story_contents: ExClubhouse.Model.StoryContent.t(),
  updated_at: binary()
}