Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for Directory Entries

Hierarchy

  • DirectoryEntries

Index

Constructors

Properties

directoryEntries: DirectoryEntry[]
remarks
  • List of directory entries
directoryId: string
remarks
  • Unique identification of directory
directoryName: string
remarks
  • Name of Directory
partners: string[]
remarks
  • List of Partners
startIndex: number
remarks
  • current pagination start index
status: string
remarks
  • Status of directory
totalRecords: number
remarks
  • pagination size for total records to be pulled.

Methods

  • parse(data: {}): void
  • The parse method will take the data object and assign the values to the DirectoryEntries class properties

    example
    parse(data);
    

    Parameters

    • data: {}

      Data object received

      • [key: string]: any

    Returns void

Generated using TypeDoc