Name |
Type |
Description |
Notes |
identifier |
str |
|
[optional] |
from sparkfly_client.models.export_credential import ExportCredential
# TODO update the JSON string below
json = "{}"
# create an instance of ExportCredential from a JSON string
export_credential_instance = ExportCredential.from_json(json)
# print the JSON string representation of the object
print ExportCredential.to_json()
# convert the object into a dict
export_credential_dict = export_credential_instance.to_dict()
# create an instance of ExportCredential from a dict
export_credential_form_dict = export_credential.from_dict(export_credential_dict)
[Back to Model list] [Back to API list] [Back to README]