# CallRecordingSaved ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **recordType** | [**RecordTypeEnum**](#RecordTypeEnum) | Identifies the type of the resource. | [optional] **eventType** | [**EventTypeEnum**](#EventTypeEnum) | The type of event being delivered. | [optional] **id** | [**UUID**](UUID.md) | Identifies the type of resource. | [optional] **occurredAt** | [**OffsetDateTime**](OffsetDateTime.md) | ISO 8601 datetime of when the event occurred. | [optional] **payload** | [**CallRecordingSavedPayload**](CallRecordingSavedPayload.md) | | [optional] ## Enum: RecordTypeEnum Name | Value ---- | ----- EVENT | "event" ## Enum: EventTypeEnum Name | Value ---- | ----- CALL_RECORDING_SAVED | "call.recording.saved"