Mailgun\Resource\Api\Domain\CredentialResponseItem::__construct PHP Method

__construct() private method

private __construct ( integer $sizeBytes, DateTime $createdAt, string $mailbox, string $login )
$sizeBytes integer
$createdAt DateTime
$mailbox string
$login string
    private function __construct($sizeBytes, \DateTime $createdAt, $mailbox, $login)
    {
        $this->sizeBytes = $sizeBytes;
        $this->createdAt = $createdAt;
        $this->mailbox = $mailbox;
        $this->login = $login;
    }