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

__construct() private method

private __construct ( string $message, $error, $spec )
$message string
    private function __construct($message, $error, $spec)
    {
        $this->message = $message;
        $this->error = $error;
        $this->spec = $spec;
    }