eventType property
Type of the DRD event. Possible string values are:
- "EVENT_TYPE_UNSPECIFIED" : Unspecified event type.
- "EVENT_TYPE_MAX_TTL_EXCEEDED" : The maximum retention time has been exceeded.
- "EVENT_TYPE_MAX_TTL_FROM_CREATION" : Max TTL from the asset's creation time.
- "EVENT_TYPE_MAX_TTL_FROM_LAST_MODIFICATION" : Max TTL from the asset's last modification time.
Implementation
core.String? eventType;