pushover v0.0.1 Pushover.Model.Message

A message.

Attributes

  • data (type: String.t, default: nil) - your message.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

t() :: %Pushover.Model.Message{data: String.t()}

Link to this section Functions

Link to this function

decode(value, options)

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.