DatasetCreation
Properties
Example
from lakefs_enterprise_sdk.models.dataset_creation import DatasetCreation
# TODO update the JSON string below
json = "{}"
# create an instance of DatasetCreation from a JSON string
dataset_creation_instance = DatasetCreation.from_json(json)
# print the JSON string representation of the object
print DatasetCreation.to_json()
# convert the object into a dict
dataset_creation_dict = dataset_creation_instance.to_dict()
# create an instance of DatasetCreation from a dict
dataset_creation_form_dict = dataset_creation.from_dict(dataset_creation_dict)