Upload.list_variables
Upload.list_variables(max_results=None) → list<Variable>
Returns a list of variables associated with the current upload. 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.
Note that the variables list on an upload will not be empty until it has finished importing successfully.
Parameters:
max_results
: int, default None
If specified, will only return up to max_results variables
Returns:
list<Variable>
Last updated
Was this helpful?