PagerDuty Elixir v0.0.1 PagerDuty.ImageContext

Image type of PagerDuty.Context

Attributes

  • @src: The source of the image being attached to the incident
  • @href: Optional link for the image
  • @alt: Optional alt text for the image

Summary

Types

t()
t() :: %PagerDuty.ImageContext{alt: String.t, href: String.t, src: String.t}