pub async fn get_datatable_acl(
configuration: &Configuration,
workspace: &str,
datatable_name: &str,
kind: &str,
schema: Option<&str>,
table: Option<&str>,
) -> Result<DatatableAclInfo, Error<GetDatatableAclError>>pub async fn get_datatable_acl(
configuration: &Configuration,
workspace: &str,
datatable_name: &str,
kind: &str,
schema: Option<&str>,
table: Option<&str>,
) -> Result<DatatableAclInfo, Error<GetDatatableAclError>>