pushover v0.0.1 Pushover.Model.MessageResponse

A message response.

Attributes

  • request (type: String.t) - request id, e.g. "d2543c10-e59c-41f6-913c-0d4fcfc6d3ec"
  • status (type: Integer.t) - 1 for success

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.MessageResponse{request: String.t(), status: Integer.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.