AvailableProvidersListState Class
State details.
Constructor
AvailableProvidersListState(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
state_name
|
The state name. |
|
providers
|
A list of Internet service providers. |
|
cities
|
List of available cities or towns in the state. |
Attributes
cities
List of available cities or towns in the state.
cities: list['_models.AvailableProvidersListCity'] | None
providers
A list of Internet service providers.
providers: list[str] | None
state_name
The state name.
state_name: str | None