tableau / server-client-python

A Python library for the Tableau Server REST API
https://tableau.github.io/server-client-python/
MIT License
656 stars 420 forks source link

feat: add as_reference method to groupset #1454

Open jorwoods opened 1 week ago

jorwoods commented 1 week ago

Missed adding this method when creating the rest of the GroupSetItem model.

jorwoods commented 1 week ago

Being able to handle groupSet elements in permissions responses from Server was also missing. Added that as well.