ArchAstro. Types. Operations. GetApiV1TasksTaskComments. Response. Nested. DataItem
(archastro v0.2.0)
Copy Markdown
DataItem API model.
Summary
Types
@type t() :: %ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Response.Nested.DataItem{ author_actor: ArchAstro.Types.Operations.GetApiV1TasksTaskComments.Response.Nested.DataItemAuthorActor.t() | ArchAstro.Unset.t(), author_agent: String.t() | ArchAstro.Unset.t(), author_user: String.t() | ArchAstro.Unset.t(), body: String.t(), created_at: DateTime.t() | ArchAstro.Unset.t(), id: String.t(), org: String.t() | ArchAstro.Unset.t(), sandbox: String.t() | ArchAstro.Unset.t(), task: String.t() | ArchAstro.Unset.t(), team: String.t() | ArchAstro.Unset.t(), updated_at: DateTime.t() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()