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