VendorCallSessionResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the call session record. | [default to null] |
| session_id | String | Unique Cloudflare session ID. | [default to null] |
| vendor_id | Long | Vendor ID associated with the call. | [optional] [default to null] |
| status | String | Status of the call session. | [default to null] |
| created_at | Date | Timestamp when the record was created. | [default to null] |
| participants | VendorCallParticipants | Participant information (initiator, receiver, user details). | [default to null] |
| metadata | VendorCallMetadata | Call metadata (type, related entity). | [default to null] |
| timing | VendorCallTiming | Timing information (start, end, duration). | [default to null] |