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 PocketStartupData : Carrier
public PocketStartupData()
public virtual TimeZoneData BaseLocaleTimeZoneData { get; set; }
public virtual string CustomData { get; set; }
public virtual bool IsPushNotificationEnabled { get; set; }
public virtual int NotificationsCount { get; set; }
public virtual int OverdueSalesCount { get; set; }
public virtual TimeZoneData PhoneLocaleTimeZoneData { get; set; }
public virtual Preference[] PocketPreferences { get; set; }
public virtual WebPanelEntity[] SystemWebPanels { get; set; }
[JsonIgnore] public ETableRight?[] TableRights { get; set; }
[JsonProperty("TableRights")] public string[] TableRights_String { get; set; }
Was this page helpful?