AvailableProvidersListCountry Class
Country details.
Constructor
AvailableProvidersListCountry(*, country_name: str | None = None, providers: list[str] | None = None, states: list['_models.AvailableProvidersListState'] | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
country_name
|
The country name. Default value: None
|
|
providers
|
A list of Internet service providers. Default value: None
|
|
states
|
List of available states in the country. Default value: None
|
Variables
| Name | Description |
|---|---|
|
country_name
|
The country name. |
|
providers
|
A list of Internet service providers. |
|
states
|
List of available states in the country. |