ArchAstro. SDK. Types. Operations. GetApiV1UsersUserTasksReady. Params
(archastro v0.3.5)
Copy Markdown
List an owner's ready tasks query parameters.
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.GetApiV1UsersUserTasksReady.Params{ after_cursor: String.t() | ArchAstro.SDK.Unset.t(), assigned_to_me: boolean() | ArchAstro.SDK.Unset.t(), epic: String.t() | ArchAstro.SDK.Unset.t(), explain: boolean() | ArchAstro.SDK.Unset.t(), limit: integer() | ArchAstro.SDK.Unset.t(), org: String.t() | ArchAstro.SDK.Unset.t(), source_id: String.t() | ArchAstro.SDK.Unset.t(), source_scope: String.t() | ArchAstro.SDK.Unset.t(), source_type: 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()