DatasetCommit
Properties
| Name |
Type |
Description |
Notes |
| message |
str |
|
|
Example
from lakefs_enterprise_sdk.models.dataset_commit import DatasetCommit
# TODO update the JSON string below
json = "{}"
# create an instance of DatasetCommit from a JSON string
dataset_commit_instance = DatasetCommit.from_json(json)
# print the JSON string representation of the object
print DatasetCommit.to_json()
# convert the object into a dict
dataset_commit_dict = dataset_commit_instance.to_dict()
# create an instance of DatasetCommit from a dict
dataset_commit_form_dict = dataset_commit.from_dict(dataset_commit_dict)