Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 1.06 KB

File metadata and controls

28 lines (19 loc) · 1.06 KB

WTEmployeeS3FilePresignContext

Properties

Name Type Description Notes

Example

from wallet.models.wt_employee_s3_file_presign_context import WTEmployeeS3FilePresignContext

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

# convert the object into a dict
wt_employee_s3_file_presign_context_dict = wt_employee_s3_file_presign_context_instance.to_dict()
# create an instance of WTEmployeeS3FilePresignContext from a dict
wt_employee_s3_file_presign_context_form_dict = wt_employee_s3_file_presign_context.from_dict(wt_employee_s3_file_presign_context_dict)

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