pub async fn list_member(
configuration: &Configuration,
account_sid: &str,
queue_sid: &str,
page_size: Option<i32>,
) -> Result<ListMemberResponse, Error<ListMemberError>>Expand description
Retrieve the members of the queue
pub async fn list_member(
configuration: &Configuration,
account_sid: &str,
queue_sid: &str,
page_size: Option<i32>,
) -> Result<ListMemberResponse, Error<ListMemberError>>Retrieve the members of the queue