Class ApillonModel

Hierarchy (view full)

Constructors

Properties

API_PREFIX: string = null

API url prefix for this class.

uuid: string

Unique identifier of the model.

createTime: string = null

The object's creation date

updateTime: string = null

The date when the object was last updated

Methods

  • Convert object to JSON output, with unnecessary properties excluded

    Returns any

  • Define and exclude custom keys from serialized object

    Parameters

    • key: string
    • value: any

    Returns any