Name | Type | Description | Notes |
---|---|---|---|
created_at | str | [optional] | |
identifier | str | [optional] |
from sparkfly_client.models.export_member import ExportMember
# TODO update the JSON string below
json = "{}"
# create an instance of ExportMember from a JSON string
export_member_instance = ExportMember.from_json(json)
# print the JSON string representation of the object
print ExportMember.to_json()
# convert the object into a dict
export_member_dict = export_member_instance.to_dict()
# create an instance of ExportMember from a dict
export_member_form_dict = export_member.from_dict(export_member_dict)