pub fn properties_update<'a>(
client: &'a impl UserAuthClient,
arg: &'a UpdatePropertiesArg,
) -> impl Future<Output = Result<(), Error<UpdatePropertiesError>>> + Send + 'a👎Deprecated
Available on crate features
async_routes and dbx_files only.