EnrichmentDomainWhoisContact Class

An individual contact associated with this domain.

Inheritance
EnrichmentDomainWhoisContact

Constructor

EnrichmentDomainWhoisContact(*, name: Optional[str] = None, org: Optional[str] = None, street: Optional[List[str]] = None, city: Optional[str] = None, state: Optional[str] = None, postal: Optional[str] = None, country: Optional[str] = None, phone: Optional[str] = None, fax: Optional[str] = None, email: Optional[str] = None, **kwargs)

Variables

name
str

The name of this contact.

org
str

The organization for this contact.

street
list[str]

A list describing the street address for this contact.

city
str

The city for this contact.

state
str

The state for this contact.

postal
str

The postal code for this contact.

country
str

The country for this contact.

phone
str

The phone number for this contact.

fax
str

The fax number for this contact.

email
str

The email address for this contact.