You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromcloudbeds_pms.models.allotment_block_auto_release_schedule_create_request_schemaimportAllotmentBlockAutoReleaseScheduleCreateRequestSchema# TODO update the JSON string belowjson="{}"# create an instance of AllotmentBlockAutoReleaseScheduleCreateRequestSchema from a JSON stringallotment_block_auto_release_schedule_create_request_schema_instance=AllotmentBlockAutoReleaseScheduleCreateRequestSchema.from_json(json)
# print the JSON string representation of the objectprint(AllotmentBlockAutoReleaseScheduleCreateRequestSchema.to_json())
# convert the object into a dictallotment_block_auto_release_schedule_create_request_schema_dict=allotment_block_auto_release_schedule_create_request_schema_instance.to_dict()
# create an instance of AllotmentBlockAutoReleaseScheduleCreateRequestSchema from a dictallotment_block_auto_release_schedule_create_request_schema_from_dict=AllotmentBlockAutoReleaseScheduleCreateRequestSchema.from_dict(allotment_block_auto_release_schedule_create_request_schema_dict)