features_get_values

Function features_get_values 

Source
pub fn features_get_values<'a>(
    client: &'a impl UserAuthClient,
    arg: &'a UserFeaturesGetValuesBatchArg,
) -> impl Future<Output = Result<UserFeaturesGetValuesBatchResult, Error<UserFeaturesGetValuesBatchError>>> + Send + 'a
Available 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.