Organization
class Organization
Used to list and reference resources (e.g., datasets) within an organization.
Constructors
redivis.organization
(user_name)
Construct a reference to an organization based on its (case-insensitive) username.
Examples
Methods
organization.dataset
(dataset_name[, ...])
Construct a reference to a dataset in the organization.
organization.list_datasets
([max_results[, ...])
List all datasets in the organization.
organization.list_members
([max_results[, ...])
List all members in the organization.
organization.member
(username)
Construct a reference to a member in the organization.
Last updated