Remedy.Schema.ThreadMetadata (Remedy v0.6.8) View Source

Thread Metadata Object

Link to this section Summary

Link to this section Types

Specs

t() :: %Remedy.Schema.ThreadMetadata{
  archive_timestamp: Sunbake.ISO8601.t(),
  archived: boolean(),
  auto_archive_duration: integer(),
  invitable: boolean(),
  locked: boolean()
}

Link to this section Functions

Link to this function

changeset(model \\ %__MODULE__{}, params)

View Source