Function properties_add

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