Collection¶
- class pydelfini.delfini_core.models.collection.Collection(access_level, account_id, created_on, description, id, name, version_id, default_datastore=Unset, metadata=Unset, project_id=Unset)[source]¶
Bases:
object
Core collection properties, with IDs
- Parameters:
- access_level¶
- Type:
- created_on¶
- Type:
- metadata¶
Arbitrary user-defined metadata, key-value pairs
- Type:
Union[Unset, CollectionMetadata]
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
Collection
from a dict