Remedy.Schema.ApplicationWebhook (Remedy v0.6.8) View Source

Application Webhook

Link to this section Summary

Link to this section Types

Specs

application() :: Remedy.Schema.App.t()

Specs

avatar() :: String.t()

Specs

name() :: String.t()

Specs

t() :: %Remedy.Schema.ApplicationWebhook{
  __meta__: term(),
  application: application(),
  application_id: term(),
  avatar: avatar(),
  id: term(),
  name: name(),
  type: type()
}

Specs

type() :: integer()

Link to this section Functions

Link to this function

changeset(model \\ %__MODULE__{}, params)

View Source