Rig
            RigService
    Service which can be used to communicate with Rig in UGC API.
To use this service, you need to instantiate it with a valid Move UGC client.
python from move_ugc import MoveUgc ugc = MoveUgc(api_key="my-api-key")
Call rig service methods directly
ugc.rigs.list()
            list
list() -> ListBaseItems
List Rig in MoveUGC.
Returns:
| Name | Type | Description | 
|---|---|---|
ListBaseItems |             
                  ListBaseItems
             | 
            
               List of Rig instances of Pydantic model type.  |