ArchAstro. SDK. Types. Operations. GetApiV1UsersUserTasks. Params
(archastro v0.3.4)
Copy Markdown
List an owner's tasks query parameters.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1UsersUserTasks.Params{ after_cursor: String.t() | ArchAstro.SDK.Unset.t(), due_after: String.t() | ArchAstro.SDK.Unset.t(), due_before: String.t() | ArchAstro.SDK.Unset.t(), limit: integer() | ArchAstro.SDK.Unset.t(), order: String.t() | ArchAstro.SDK.Unset.t(), org: String.t() | ArchAstro.SDK.Unset.t(), overdue: boolean() | ArchAstro.SDK.Unset.t(), owner_agent: String.t() | ArchAstro.SDK.Unset.t(), owner_user: String.t() | ArchAstro.SDK.Unset.t(), parent: String.t() | ArchAstro.SDK.Unset.t(), priority: integer() | ArchAstro.SDK.Unset.t(), ready: boolean() | ArchAstro.SDK.Unset.t(), search: String.t() | ArchAstro.SDK.Unset.t(), sort: String.t() | ArchAstro.SDK.Unset.t(), status: String.t() | ArchAstro.SDK.Unset.t(), tag: String.t() | ArchAstro.SDK.Unset.t(), team: String.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()