Options
All
  • Public
  • Public/Protected
  • All
Menu

Class BaseUser Abstract

Hierarchy

Index

Constructors

Properties

email: string

The email of the user.

firstname: string

The firstname of the user.

id: number

The internal ID of the user.

language: string

The language set for the user.

lastname: string

The lastname of the user.

username: string

The username of the user.

Methods

  • _patch(data: any): void
  • toJSON(): object
  • Converts the user into a JSON object, relative to the API response object.

    Returns object

    The JSON object.

  • toString(): string

Generated using TypeDoc