onspring-api-sdk
    Preparing search index...

    Class Delegate

    Delegate - Represents a delegate.

    Index
    • Parameters

      • delegateType: DelegateType

        The type of delegate.

      • name: string | null

        The name of the delegate.

      • emailAddress: string

        The email address of the delegate.

      • delegationDateTime: Date

        The date and time the delegate was assigned.

      • delegationCompletedDateTime: Date | null

        The date and time the delegate completed the survey.

      Returns Delegate

      • A new instance of Delegate.
    delegateType: DelegateType
    delegationCompletedDateTime: Date | null
    delegationDateTime: Date
    emailAddress: string
    name: string | null