UpdateToken
Properties
Name |
Type |
Description |
Notes |
staging_token |
str |
|
|
Example
from lakefs_sdk.models.update_token import UpdateToken
# TODO update the JSON string below
json = "{}"
# create an instance of UpdateToken from a JSON string
update_token_instance = UpdateToken.from_json(json)
# print the JSON string representation of the object
print UpdateToken.to_json()
# convert the object into a dict
update_token_dict = update_token_instance.to_dict()
# create an instance of UpdateToken from a dict
update_token_form_dict = update_token.from_dict(update_token_dict)
[Back to Model list] [Back to API list] [Back to README]