AppointmentWorkflowStatusClientType
The client object for the appointment
Fields
Used By
Definition
"""The client object for the appointment"""type AppointmentWorkflowStatusClientType { """ ID of the client for the appointment """ id: ID
""" Name of the client for the appointment """ name: String}