Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 911 Bytes

ExportMember.md

File metadata and controls

29 lines (21 loc) · 911 Bytes

ExportMember

Properties

Name Type Description Notes
created_at str [optional]
identifier str [optional]

Example

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)

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