Skip to main content

list_data_table_tables

Function list_data_table_tables 

Source
pub async fn list_data_table_tables(
    configuration: &Configuration,
    workspace: &str,
    datatable_name: Option<&str>,
    role_for: Option<&str>,
    role: Option<&str>,
) -> Result<Vec<DataTableTables>, Error<ListDataTableTablesError>>