Type Alias EmergencyServiceLocationsUpdateEmergencyServiceLocationRequestBody

EmergencyServiceLocationsUpdateEmergencyServiceLocationRequestBody: {
    bssid?: string;
    elin_phone_number_id?: string;
    emergency_address_id?: string;
    minimum_match_criteria?: boolean;
    name?: string;
    network_switches?: {
        mac_address?: string;
        port?: string;
        port_prefix?: string;
        port_range_from?: string;
        port_range_to?: string;
    }[];
    private_ip?: string;
    public_ip?: string;
    sip_group_id?: string;
}