Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
public class PocketNotificationMessage
public PocketNotificationMessage()
public virtual DateTime Date { get; set; }
public virtual TimeSpan Duration { get; set; }
public virtual StringDictionary ExtraValues { get; set; }
public virtual string Message { get; set; }
public virtual int RecordId { get; set; }
public virtual bool Silent { get; set; }
public virtual int TimeToLive { get; set; }
public virtual string Title { get; set; }
[JsonIgnore] public NotificationMessageType? Type { get; set; }
[JsonProperty("Type")] public string Type_String { get; set; }
public virtual string Url { get; set; }
Was this page helpful?