Skip to content

UnderlyingObjectProperties

Properties

Name Type Description Notes
storage_class str [optional]

Example

from lakefs_enterprise_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)