ArchAstro. Types. Operations. GetApiV1ThreadsThreadMessages. Response. Nested. Data
(archastro v0.2.0)
Copy Markdown
Data API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.Data{ after_cursor: String.t() | ArchAstro.Unset.t(), anchor: String.t() | ArchAstro.Unset.t(), before_cursor: String.t() | ArchAstro.Unset.t(), messages: [ ArchAstro.Types.Operations.GetApiV1ThreadsThreadMessages.Response.Nested.DataMessagesItem.t() ] }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()