protos.schedule.schedule.ScheduleDetailConsultationContract
counselor object
idobject-idrequired
계정 ID
namestringrequired
계정 이름
doctor object
idobject-idrequired
계정 ID
namestringrequired
계정 이름
consultationMemostring
protos.schedule.schedule.ScheduleDetailConsultationContract
{
"counselor": {
"id": "string",
"name": "string"
},
"doctor": {
"id": "string",
"name": "string"
},
"consultationMemo": "string"
}