View on GitHub

lakeFS

lakeFS - Data version control for your data lake | Git for data

UnderlyingObjectProperties

Properties

Name Type Description Notes
storage_class str   [optional]

Example

from lakefs_sdk.models.underlying_object_properties import UnderlyingObjectProperties

# TODO update the JSON string below
json = "{}"
# create an instance of UnderlyingObjectProperties from a JSON string
underlying_object_properties_instance = UnderlyingObjectProperties.from_json(json)
# print the JSON string representation of the object
print UnderlyingObjectProperties.to_json()

# convert the object into a dict
underlying_object_properties_dict = underlying_object_properties_instance.to_dict()
# create an instance of UnderlyingObjectProperties from a dict
underlying_object_properties_form_dict = underlying_object_properties.from_dict(underlying_object_properties_dict)

[Back to Model list] [Back to API list] [Back to README]