DataVersion#
- class ansys.sam.sysml2.dto.commit.data_version.DataVersion#
Data payload for a single element version in a commit.
Overview#
Set the identity with the given element ID of the data version. |
|
Add the change into the data version. Also serialize the data if it’s needed. |
|
Serialize the data into a JSON dict. |
Import detail#
from ansys.sam.sysml2.dto.commit.data_version import DataVersion
Attribute detail#
Method detail#
- DataVersion.identify(element_id: str)#
Set the identity with the given element ID of the data version.