case class RawThreadMetadata(archived: Boolean, autoArchiveDuration: Int, archiveTimestamp: OffsetDateTime, locked: Boolean, invitable: Option[Boolean]) extends Product with Serializable
Thread specific info.
- archived
If the thread is archived.
- autoArchiveDuration
How long in minutes until the thread will be auto archived.
- archiveTimestamp
When the thread's archive status was last changed
- locked
If the thread is locked.
- Source
- rawData.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- RawThreadMetadata
- Serializable
- Product
- Equals
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Instance Constructors
- new RawThreadMetadata(archived: Boolean, autoArchiveDuration: Int, archiveTimestamp: OffsetDateTime, locked: Boolean, invitable: Option[Boolean])
- archived
If the thread is archived.
- autoArchiveDuration
How long in minutes until the thread will be auto archived.
- archiveTimestamp
When the thread's archive status was last changed
- locked
If the thread is locked.