Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for all directories response

example

Hierarchy

  • Directories

Index

Constructors

Properties

agentId: number
remarks
  • agent id for which directories are fetched
buId: number
remarks
  • business unit Id of directory
directories: Directory[]
remarks
  • list of available directories
startIndex: number
remarks
  • current pagination start index
totalRecords: number
remarks
  • pagination size for total records to be pulled.

Methods

  • parse(data: {}): void
  • example
    • parse(data)

    Parameters

    • data: {}

      Dynamic directory api response data

      • [key: string]: any

    Returns void

Generated using TypeDoc