Options
All
  • Public
  • Public/Protected
  • All
Menu

Model class for team

Hierarchy

Index

Constructors

Properties

agentCount: number
remarks

agent count shows the number of agents associated with team

remarks

list of the agents

isActive: boolean
remarks

team is active or not

teamId: number
remarks

Id of team

teamName: string
remarks

name of the team

Methods

  • parse(data: {}): void
  • This method to parse team response

    example
    parse(data);
    

    Parameters

    • data: {}

      team object

      • [key: string]: any

    Returns void

Generated using TypeDoc