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