Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for Directory Search Result

Hierarchy

  • SearchDirectoriesResponse

Index

Constructors

Properties

directoryEntries: DirectoryEntry[]
remarks
  • Array of directory entries received from search
remarks
  • error received from search
subscriptionId: string
remarks
  • subscription id
totalRecords: number
remarks
  • total records in response

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