CommunityType

class wwt_api_client.enums.CommunityType(value)[source]

Bases: Enum

An enumeration.

Attributes Summary

COMMUNITY

FOLDER

NONE

USER

Attributes Documentation

COMMUNITY = 'Community'
FOLDER = 'Folder'
NONE = 'None'
USER = 'User'