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_bulk_create_item_schemaimportAllotmentBlockAutoReleaseScheduleBulkCreateItemSchema# TODO update the JSON string belowjson="{}"# create an instance of AllotmentBlockAutoReleaseScheduleBulkCreateItemSchema from a JSON stringallotment_block_auto_release_schedule_bulk_create_item_schema_instance=AllotmentBlockAutoReleaseScheduleBulkCreateItemSchema.from_json(json)
# print the JSON string representation of the objectprint(AllotmentBlockAutoReleaseScheduleBulkCreateItemSchema.to_json())
# convert the object into a dictallotment_block_auto_release_schedule_bulk_create_item_schema_dict=allotment_block_auto_release_schedule_bulk_create_item_schema_instance.to_dict()
# create an instance of AllotmentBlockAutoReleaseScheduleBulkCreateItemSchema from a dictallotment_block_auto_release_schedule_bulk_create_item_schema_from_dict=AllotmentBlockAutoReleaseScheduleBulkCreateItemSchema.from_dict(allotment_block_auto_release_schedule_bulk_create_item_schema_dict)