ArchAstro. Types. SolutionInstanceListResponse
(archastro v0.2.0)
Copy Markdown
A forward cursor-paginated page of customer solution instances.
Summary
Types
@type t() :: %ArchAstro.Types.SolutionInstanceListResponse{ after_cursor: String.t() | ArchAstro.Unset.t(), before_cursor: String.t() | ArchAstro.Unset.t(), data: [ArchAstro.Types.SolutionInstance.t()], has_more: boolean() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()