UpdateCollection¶
- class pydelfini.delfini_core.models.update_collection.UpdateCollection(account_id=Unset, default_datastore=Unset, description=Unset, metadata=Unset, name=Unset, project_id=Unset)[source]¶
Bases:
object
Update core collection properties
- Parameters:
- metadata¶
Arbitrary user-defined metadata, key-value pairs
- Type:
Union[Unset, UpdateCollectionMetadata]
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
UpdateCollection
from a dict