Mailgun\Resource\Api\Domain\CredentialResponse::getTotalCount PHP Method

getTotalCount() public method

public getTotalCount ( ) : integer
return integer
    public function getTotalCount()
    {
        return $this->totalCount;
    }