pub fn features_get_values<'a>(
client: &'a impl UserAuthClient,
arg: &'a UserFeaturesGetValuesBatchArg,
) -> impl Future<Output = Result<UserFeaturesGetValuesBatchResult, Error<UserFeaturesGetValuesBatchError>>> + Send + 'aAvailable on crate features
async_routes and dbx_users only.Expand description
Get a list of feature values that may be configured for the current account.