nyx_client.data¶
Module that manages individual Nyx Data.
Classes¶
Represents the data in the Nyx system. |
Module Contents¶
- class nyx_client.data.Data(name, title, description, org, url, content_type, creator, categories, genre, size=0)¶
Represents the data in the Nyx system.
This class encapsulates the information and functionality related to the data in the Nyx system, including its metadata and content retrieval.
- Parameters:
- __str__()¶
Return a string representation of the Data instance.