Mailgun\Resource\Api\Stats\AllResponseItem::__construct PHP Method

__construct() private method

private __construct ( string $id, string $event, string $totalCount, array $tags, DateTime $createdAt )
$id string
$event string
$totalCount string
$tags array
$createdAt DateTime
    private function __construct($id, $event, $totalCount, array $tags, \DateTime $createdAt)
    {
        $this->id = $id;
        $this->event = $event;
        $this->totalCount = $totalCount;
        $this->tags = $tags;
        $this->createdAt = $createdAt;
    }