RF region models Request and response types for the RF region API. models Classes: ListRFRegionsResponse – RFRegionInstance – ListRFRegionsResponse Bases: BaseModelWithConfig Attributes: rf_regions (list[RFRegionInstance]) – rf_regions instance-attribute rf_regions: list[RFRegionInstance] RFRegionInstance Bases: BaseModelWithConfig Attributes: gateway_models (list[str]) – id (str) – name (str) – gateway_models instance-attribute gateway_models: list[str] id instance-attribute id: str name instance-attribute name: str