Fake Mirrors
    Preparing search index...

    Represents a proxy model.

    Hierarchy (View Summary)

    Constructors

    • Creates a new proxy model instance.

      Parameters

      • campaignId: string

        The ID of the campaign this proxy belongs to

      • proxyId: string

        The unique identifier of the proxy

      • url: string

        The proxy URL

      • isEnabled: boolean

        Whether the proxy is currently enabled for traffic routing

      • messageCount: number

        Total number of messages processed through this proxy

      • createdAt: Date

        The date and time when the proxy was created

      Returns ProxyModel

    Properties

    campaignId: string

    The ID of the campaign this proxy belongs to

    createdAt: Date

    The date and time when the proxy was created

    isEnabled: boolean

    Whether the proxy is currently enabled for traffic routing

    messageCount: number

    Total number of messages processed through this proxy

    proxyId: string

    The unique identifier of the proxy

    url: string

    The proxy URL

    Methods