Fake Mirrors
    Preparing search index...

    Class ProxyModel

    Represents the proxy model.

    Hierarchy (View Summary)

    • Creates a new proxy model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this proxy belongs to.

      • proxyId: string

        The unique identifier for the proxy.

      • url: string

        The upstream URL for the proxy.

      • isEnabled: boolean

        The flag indicating if the proxy is currently active for traffic routing.

      • messageCount: number

        The total number of messages processed through this proxy.

      • createdAt: Date

        The date and time when the proxy was created.

      Returns ProxyModel

    campaignId: string

    The ID of the campaign this proxy belongs to.

    createdAt: Date

    The date and time when the proxy was created.

    isEnabled: boolean

    The flag indicating if the proxy is currently active for traffic routing.

    messageCount: number

    The total number of messages processed through this proxy.

    proxyId: string

    The unique identifier for the proxy.

    url: string

    The upstream URL for the proxy.