ArchAstro. Types. SlackChannelBindingListResponse
(archastro v0.2.0)
Copy Markdown
Paginated list of Slack channel bindings for the requested integration or team. Use the page and per_page fields to navigate pages of results.
Summary
Types
@type t() :: %ArchAstro.Types.SlackChannelBindingListResponse{ data: [ArchAstro.Types.SlackChannelBinding.t()], page: integer(), per_page: integer(), total_count: integer(), total_pages: integer() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()