AreaCodes Class

Represents a list of area codes.

Inheritance
AreaCodes

Constructor

AreaCodes(*, primary_area_codes: Optional[List[str]] = None, secondary_area_codes: Optional[List[str]] = None, next_link: Optional[str] = None, **kwargs)

Parameters

primary_area_codes
list[str]
Required

Represents the list of primary area codes.

secondary_area_codes
list[str]
Required

Represents the list of secondary area codes.

next_link
str
Required

Represents the URL link to the next page.