日程表数据传输对象
该类用于定义日程表数据传输对象;
{
"schedule_uuid": "string",
"user_uuid": "string",
"group_uuid": "string",
"name": "string",
"description": "string",
"start_time": 0,
"end_time": 0,
"type": 0,
"loop_type": 0,
"custom_loop": 0,
"tags": [
"string"
],
"priority": 0,
"created_at": 0,
"updated_at": 0
}