Delegate - Represents a delegate.

Constructors

  • Parameters

    • delegateType: DelegateType

      The type of delegate.

    • name: null | string

      The name of the delegate.

    • emailAddress: string

      The email address of the delegate.

    • delegationDateTime: Date

      The date and time the delegate was assigned.

    • delegationCompletedDateTime: null | Date

      The date and time the delegate completed the survey.

    Returns Delegate

    • A new instance of Delegate.

Properties

delegateType: DelegateType
delegationCompletedDateTime: null | Date
delegationDateTime: Date
emailAddress: string
name: null | string