ArchAstro. SDK. Types. Operations. GetApiV1UsersUserTasksReady. Response
(archastro v0.3.1)
Copy Markdown
Successful response
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1UsersUserTasksReady.Response{ after_cursor: String.t() | ArchAstro.SDK.Unset.t(), authoritative: boolean(), before_cursor: String.t() | ArchAstro.SDK.Unset.t(), data: [ ArchAstro.SDK.Types.Operations.GetApiV1UsersUserTasksReady.Response.Nested.DataItem.t() ], has_more: boolean() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()