EmailDomain
extends AbstractModel
in package
Model containing information about the email domain.
Table of Contents
- $firstSeen : string|null
- __construct() : mixed
Properties
$firstSeen read-only
public
string|null
$firstSeen
A date string (e.g. 2017-04-24) to identify the date an email domain was first seen by MaxMind. This is expressed using the ISO 8601 date format.
Methods
__construct()
public
__construct(array<string|int, mixed>|null $response[, array<string|int, mixed> $locales = ['en'] ]) : mixed
Parameters
- $response : array<string|int, mixed>|null
- $locales : array<string|int, mixed> = ['en']