Table.list_variables
Table.list_variables(max_results=None) → list<Variable>
Returns a list of variables associated with the current table. Each entry in the list will be an instance of a Variable, whose properties are populated with the values on the variable.list resource definition.
Parameters:
max_results
: int, default None
If specified, will only return up to max_results uploads
Returns:
list<Variable>
Last updated