ArchAstro.Types.Operations.PostApiV1SlackChannelBindingsProvision.Input (archastro v0.2.0)

Copy Markdown

Start adding a customer over Slack Connect

Summary

Types

t()

@type t() :: %ArchAstro.Types.Operations.PostApiV1SlackChannelBindingsProvision.Input{
  channel_name: String.t() | ArchAstro.Unset.t(),
  customer_email: String.t() | ArchAstro.Unset.t(),
  customer_key: String.t(),
  customer_label: String.t(),
  existing_channel_id: String.t() | ArchAstro.Unset.t(),
  inputs: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(),
  slack_team_id: String.t(),
  template_config_id: String.t()
}

Functions

from_map(data)

@spec from_map(ArchAstro.JSON.object()) :: t()

matches?(value)

@spec matches?(ArchAstro.JSON.t()) :: boolean()

to_map(value)

@spec to_map(t()) :: ArchAstro.JSON.object()