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