AvailableProvidersListCountry Class

Country details.

Constructor

AvailableProvidersListCountry(*args: Any, **kwargs: Any)

Variables

Name Description
country_name
str

The country name.

providers

A list of Internet service providers.

states

List of available states in the country.

Attributes

country_name

The country name.

country_name: str | None

providers

A list of Internet service providers.

providers: list[str] | None

states

List of available states in the country.

states: list['_models.AvailableProvidersListState'] | None