AvailableProvidersListState Class
State details.
Constructor
AvailableProvidersListState(*, state_name: str | None = None, providers: list[str] | None = None, cities: list['_models.AvailableProvidersListCity'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
state_name
|
The state name. Default value: None
|
|
providers
|
A list of Internet service providers. Default value: None
|
|
cities
|
List of available cities or towns in the state. Default value: None
|
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. |