ExClubhouse v0.5.2 ExClubhouse.Model.CreateStoryLinkParams View Source

Create story link params model

Link to this section Summary

Link to this section Types

Link to this type

t()

View Source
t() :: %ExClubhouse.Model.CreateStoryLinkParams{
  created_at: binary(),
  entity_type: binary(),
  id: integer(),
  object_id: integer(),
  subject_id: integer(),
  type: binary(),
  updated_at: binary(),
  verb: binary()
}