View on GitHub

lakeFS

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

RepositoryMetadataKeys

Properties

Name Type Description Notes
keys List[str]    

Example

from lakefs_sdk.models.repository_metadata_keys import RepositoryMetadataKeys

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

# convert the object into a dict
repository_metadata_keys_dict = repository_metadata_keys_instance.to_dict()
# create an instance of RepositoryMetadataKeys from a dict
repository_metadata_keys_form_dict = repository_metadata_keys.from_dict(repository_metadata_keys_dict)

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