Constructors

Properties

_from?: string

Specifies the from

host?: string

Specifies the host

pass?: string

Specifies the password

port?: number

Specifies the port

useSSL?: boolean

Specifies the use SSL

user?: string

Specifies the user name

attributeTypeMap: {
    baseName: string;
    format: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • format: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        format: string;
        name: string;
        type: string;
    }[]