NewCollectionVersion¶
- class pydelfini.delfini_core.models.new_collection_version.NewCollectionVersion(description, frozen_release=False, item_ids=Unset, metadata=Unset)[source]¶
Bases:
object
Collection version details
- Parameters:
- frozen_release¶
If true, the system will store the current state of all link targets and dataviews in the default datastore
Default: False.
- metadata¶
Arbitrary user-defined metadata, key-value pairs
- Type:
Union[Unset, NewCollectionVersionMetadata]
Attributes
- classmethod from_dict(src_dict)[source]¶
Create an instance of
NewCollectionVersion
from a dict