HookSniffAPI.Model.NotificationListResponse (HookSniff v0.3.0)

Copy Markdown View Source

Summary

Types

t()

@type t() :: %HookSniffAPI.Model.NotificationListResponse{
  notifications: [HookSniffAPI.Model.Notification.t()] | nil,
  total: integer() | nil,
  unread_count: integer() | nil
}

Functions

decode(value)