User
class User
Used to list and reference resources (e.g., datasets, projects) owned by a particular user. If referencing resources owned by another user, you will only be able to see entities that you have access to.
Constructors
| Construct a reference to a user based on their (case-insensitive) username. |
Examples
Methods
| Construct a reference to a dataset owned by the user. |
| List all visible datasets owned by the user. |
| Construct a reference to a project owned by the user. |
| List all visible projects owned by the user. |
Last updated