pub async fn list_incoming_phone_number_mobile(
configuration: &Configuration,
account_sid: &str,
beta: Option<bool>,
friendly_name: Option<&str>,
phone_number: Option<&str>,
origin: Option<&str>,
page_size: Option<i32>,
) -> Result<ListIncomingPhoneNumberMobileResponse, Error<ListIncomingPhoneNumberMobileError>>