Options
All
  • Public
  • Public/Protected
  • All
Menu

Namespace Publisher

The model for a publisher.

Properties

Optional contactEmail

contactEmail: undefined | string

The email address of the publisher.

Optional contactPhone

contactPhone: undefined | string

The phone number of the publisher.

Optional description

description: undefined | string

A description of the publisher.

Optional hqAddress

hqAddress: undefined | string

The address of the publisher's headquarters.

Optional id

id: undefined | string

Unique identifier for the publisher.

Optional links

links: Array<Link>

Reference links.

Optional logo

logo: model.UploadData

Optional name

name: undefined | string

The name of the publisher.

Optional websiteUrl

websiteUrl: undefined | string

The publisher's website.

Optional yearFounded

yearFounded: undefined | number

The year the publisher's company or organization was founded. Note: Numbers greater than Number.MAX_SAFE_INTEGER will result in rounding issues.

Functions

getDeserializedJsonObj

  • getDeserializedJsonObj(obj: Publisher): object

getJsonObj