| Name | Type | Description | Notes |
|---|---|---|---|
| data | List[AllotmentBlockAutoReleaseScheduleResponseSchema] |
from cloudbeds_pms.models.allotment_block_auto_release_schedule_list_response_schema import AllotmentBlockAutoReleaseScheduleListResponseSchema
# TODO update the JSON string below
json = "{}"
# create an instance of AllotmentBlockAutoReleaseScheduleListResponseSchema from a JSON string
allotment_block_auto_release_schedule_list_response_schema_instance = AllotmentBlockAutoReleaseScheduleListResponseSchema.from_json(json)
# print the JSON string representation of the object
print(AllotmentBlockAutoReleaseScheduleListResponseSchema.to_json())
# convert the object into a dict
allotment_block_auto_release_schedule_list_response_schema_dict = allotment_block_auto_release_schedule_list_response_schema_instance.to_dict()
# create an instance of AllotmentBlockAutoReleaseScheduleListResponseSchema from a dict
allotment_block_auto_release_schedule_list_response_schema_from_dict = AllotmentBlockAutoReleaseScheduleListResponseSchema.from_dict(allotment_block_auto_release_schedule_list_response_schema_dict)