pub async fn member_fetch_all_req(
configuration: &Configuration,
target: &str,
exclude_offline: Option<bool>,
) -> Result<AllMemberResponse, Error<MemberFetchAllReqError>>Expand description
Fetch all server members.
pub async fn member_fetch_all_req(
configuration: &Configuration,
target: &str,
exclude_offline: Option<bool>,
) -> Result<AllMemberResponse, Error<MemberFetchAllReqError>>Fetch all server members.