ArchAstro. SDK. Types. Operations. GetApiV1ThreadsThreadMembers. Response. Nested. DataItem
(archastro v0.3.2)
Copy Markdown
DataItem API model.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1ThreadsThreadMembers.Response.Nested.DataItem{ agent: ArchAstro.SDK.Types.Operations.GetApiV1ThreadsThreadMembers.Response.Nested.DataItemAgent.t() | ArchAstro.SDK.Unset.t(), joined_at: DateTime.t() | ArchAstro.SDK.Unset.t(), member_type: String.t() | ArchAstro.SDK.Unset.t(), membership_type: String.t() | ArchAstro.SDK.Unset.t(), role: String.t() | ArchAstro.SDK.Unset.t(), type: String.t(), user: ArchAstro.SDK.Types.Operations.GetApiV1ThreadsThreadMembers.Response.Nested.DataItemUser.t() | ArchAstro.SDK.Unset.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()